From fa0eef96b9032b637f037303601ff9b51247691b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 5 Oct 2023 03:51:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.1 ## [13.54.1](https://github.com/frappe/erpnext/compare/v13.54.0...v13.54.1) (2023-10-05) ### Bug Fixes * change currency exchange API to api.frankfurter.app ([1da808a](https://github.com/frappe/erpnext/commit/1da808a125fd69b91dc868e6aec31165a461771d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6472f1fa180a..215e5e717591 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.54.0" +__version__ = "13.54.1" def get_default_company(user=None):