From 47429095a2bc48dc66e5fe091f804ca0dd78010c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 9 Mar 2025 11:04:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.54.3 ## [15.54.3](https://github.com/frappe/erpnext/compare/v15.54.2...v15.54.3) (2025-03-09) ### Bug Fixes * consider account freeze date in recalculate_amount_difference_field patch ([34f03d6](https://github.com/frappe/erpnext/commit/34f03d608ad329f33892e8739fa3143db4bd4149)) * consider stock freeze date in recalculate_amount_difference_field patch ([a18721d](https://github.com/frappe/erpnext/commit/a18721d21c9dd359721a13393e98bcbbff860d37)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0fac6de7898..a48e84c7257 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.2" +__version__ = "15.54.3" def get_default_company(user=None):