From 7c8b34fd8f99194f7d593680873b563aa685eabd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 6 Mar 2025 11:05:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.54.1 ## [15.54.1](https://github.com/frappe/erpnext/compare/v15.54.0...v15.54.1) (2025-03-06) ### Bug Fixes * check if set_landed_cost_based_on_purchase_invoice_rate is enabled before running patch ([12bf31d](https://github.com/frappe/erpnext/commit/12bf31df87c9b09f7c1acf31102705faebf125b1)) * recalculate_amount_difference_field patch ([041335f](https://github.com/frappe/erpnext/commit/041335f318c510dac7f56d2f7998135ff559fd58)) * rename_sla_fields patch ([bb553c2](https://github.com/frappe/erpnext/commit/bb553c27ab0faade04d0718364b03654018d03da)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c7a3ef15b08..7e5036a5a0e 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.0" +__version__ = "15.54.1" def get_default_company(user=None):