From 411bba1b98b5aef73968279b77d70684e26e1f4f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 31 Oct 2023 12:45:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.7 ## [13.54.7](https://github.com/frappe/erpnext/compare/v13.54.6...v13.54.7) (2023-10-31) ### Bug Fixes * wrong german translation ([#37658](https://github.com/frappe/erpnext/issues/37658)) ([5669a89](https://github.com/frappe/erpnext/commit/5669a89afe4810b8ee7ab9eb0d5426e65098c958)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c99993156b1..901ce81a783 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.6" +__version__ = "13.54.7" def get_default_company(user=None):