From 2ce8299bc8c5dbcf99dea5997ae9000ab7645a6d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 8 Mar 2025 07:42:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.54.2 ## [15.54.2](https://github.com/frappe/erpnext/compare/v15.54.1...v15.54.2) (2025-03-08) ### Bug Fixes * incorrect category in list ([3bdd4ce](https://github.com/frappe/erpnext/commit/3bdd4ce116cce56b95edc777e15bccb1c25ebbda)) * **test:** incorrect transaction exchange rate in test case ([3015628](https://github.com/frappe/erpnext/commit/3015628519a0aa1a8e4c76740b98bd94767b1947)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7e5036a5a0e..0fac6de7898 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.54.1" +__version__ = "15.54.2" def get_default_company(user=None):