From 0b50853985312bc64977f9324c55b5d8c1ab2e59 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 2 Sep 2026 12:24:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [16.34.1](https://github.com/frappe/erpnext/compare/v16.34.0...v16.34.1) (2026-09-02) ### Bug Fixes * filter cancelled BOMs in BOM Stock Analysis (backport [#58647](https://github.com/frappe/erpnext/issues/58647)) ([#58693](https://github.com/frappe/erpnext/issues/58693)) ([d6f9dde](https://github.com/frappe/erpnext/commit/d6f9dde3cb83ed2231127ed3c36c651bb3c5657c)) * improve message formatting and translation for validation issues ([#58425](https://github.com/frappe/erpnext/issues/58425)) ([a43de7c](https://github.com/frappe/erpnext/commit/a43de7ce95b151571024ab2850968474ed651277)) * include payment deductions in sales/purchase register ledger bal… (backport [#58437](https://github.com/frappe/erpnext/issues/58437)) ([#58680](https://github.com/frappe/erpnext/issues/58680)) ([4137401](https://github.com/frappe/erpnext/commit/41374019baf2ca82767d3aed918781d07f8a7854)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0ffe9a121ee..0fb0c026de8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -6,7 +6,7 @@ import frappe from frappe.model.document import Document from frappe.utils.user import is_website_user -__version__ = "16.34.0" +__version__ = "16.34.1" def get_default_company(user=None):