From 0000c38563fc18bb4c28d0ebc6c02c1768568f22 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 10 Oct 2023 14:47:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.3 ## [13.54.3](https://github.com/frappe/erpnext/compare/v13.54.2...v13.54.3) (2023-10-10) ### Bug Fixes * change currency exchange API to api.frankfurter.app ([76919c4](https://github.com/frappe/erpnext/commit/76919c4af2c127b19339fef9968dc3954e095d4c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 215e5e717591..6ca7b6036676 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.54.1" +__version__ = "13.54.3" def get_default_company(user=None):