From 35a62e2e8dd7e71d1753803f2e71dfb6e73c6e64 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 11 Oct 2023 14:24:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.4 ## [13.54.4](https://github.com/frappe/erpnext/compare/v13.54.3...v13.54.4) (2023-10-11) ### Bug Fixes * negative valuation rate in PR return (backport [#37424](https://github.com/frappe/erpnext/issues/37424)) (backport [#37462](https://github.com/frappe/erpnext/issues/37462)) ([#37463](https://github.com/frappe/erpnext/issues/37463)) ([f6b3532](https://github.com/frappe/erpnext/commit/f6b35324effbcb5c369d1e81c76109e5dc281e62)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6ca7b6036676..26a310589878 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.54.3" +__version__ = "13.54.4" def get_default_company(user=None):