From dd6498d3479e7bb35b5cf7c7a82c6f52ae063783 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 25 Oct 2023 03:45:08 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.6 ## [13.54.6](https://github.com/frappe/erpnext/compare/v13.54.5...v13.54.6) (2023-10-25) ### Bug Fixes * incorrect cost center in the purchase invoice (backport [#37591](https://github.com/frappe/erpnext/issues/37591)) ([#37610](https://github.com/frappe/erpnext/issues/37610)) ([4fc45b0](https://github.com/frappe/erpnext/commit/4fc45b035a17e9e0f755f7f02faf0f7699f11a22)) * remove from or target warehouse for non internal transfer entries (backport [#37612](https://github.com/frappe/erpnext/issues/37612)) ([#37629](https://github.com/frappe/erpnext/issues/37629)) ([b5b5187](https://github.com/frappe/erpnext/commit/b5b51879ee021178c803e96c370402fcbc72edef)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 19e6e7eb55a..c99993156b1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.5" +__version__ = "13.54.6" def get_default_company(user=None):