Skip to content

Commit 372fc96

Browse files
committed
chore(release): Bumped to Version 16.11.0
# [16.11.0](v16.10.1...v16.11.0) (2026-03-23) ### Bug Fixes * Adding validation for operation time in BOM ([c38b252](c38b252)) * batch validation for subcontracting receipt ([604739d](604739d)) * check for `submit` permissions instead of `write` permissions when updating status (backport [#53697](#53697)) ([#53703](#53703)) ([cd1dfee](cd1dfee)) * check posting_date in args (backport [#53303](#53303)) ([#53612](#53612)) ([f394ead](f394ead)) * consider returned qty in subcontracting report (backport [#53616](#53616)) ([#53621](#53621)) ([7edcef1](7edcef1)) * deadlock issue for SLE ([de41aba](de41aba)) * do not overwrite expense account in stock entry (backport [#53658](#53658)) ([#53661](#53661)) ([077f397](077f397)) * do not update float precision on setup ([0af4cd9](0af4cd9)) * ignore cost center (backport [#53063](#53063)) ([#53614](#53614)) ([2ccac6c](2ccac6c)) * incorrect sle calculation when doc has project ([#53599](#53599)) ([55bad49](55bad49)) * **manufacturing:** update non-stock item dict (backport [#53689](#53689)) ([#53699](#53699)) ([0d9af60](0d9af60)) * merge conflict ([f1c93d4](f1c93d4)) * **payment_schedule:** using `show_alert` instead of `msgprint` for non-selection of payment schedule (backport [#53623](#53623)) ([#53631](#53631)) ([a94bf6d](a94bf6d)) * PO should not be required for internal transfers (backport [#53681](#53681)) ([#53684](#53684)) ([5f9533f](5f9533f)) * python error in manufacture entry if transfer against is job card (backport [#53615](#53615)) ([#53618](#53618)) ([10a40a6](10a40a6)) * set customer details on customer creation at login (backport [#53509](#53509)) ([#53629](#53629)) ([5b4e3e9](5b4e3e9)) * shipping rule applied twice on non stock items (backport [#53655](#53655)) ([#53687](#53687)) ([9805745](9805745)) * stock queue for SABB ([f570a4c](f570a4c)) * **stock:** add company filter while fetching batches (backport [#53369](#53369)) ([#53581](#53581)) ([91ee45a](91ee45a)) * **stock:** fix email error message (backport [#53606](#53606)) ([#53633](#53633)) ([48e8944](48e8944)) * **stock:** handle NoneType error (backport [#53593](#53593)) ([#53627](#53627)) ([2d1dd03](2d1dd03)) * test case ([aac60b4](aac60b4)) * **test:** Use the system-configured float precision ([dd7cc56](dd7cc56)) * **trends:** added validation for `period_based_on` filter (backport [#53690](#53690)) ([#53692](#53692)) ([9787777](9787777)) * use correct test class ([1efbc60](1efbc60)) * validate permission before updating status (backport [#53651](#53651)) ([#53653](#53653)) ([7ebed91](7ebed91)) ### Features * add cost center field to the stock entry accounting dimension tab ([50da693](50da693))
1 parent a7dde4f commit 372fc96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from frappe.model.document import Document
77
from frappe.utils.user import is_website_user
88

9-
__version__ = "16.10.1"
9+
__version__ = "16.11.0"
1010

1111

1212
def get_default_company(user=None):

0 commit comments

Comments
 (0)