From 1da25770357a5e849cf38cab575257d98ccc1dc9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 13 Apr 2025 14:13:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.57.4 ## [15.57.4](https://github.com/frappe/erpnext/compare/v15.57.3...v15.57.4) (2025-04-13) ### Bug Fixes * Group GLs by account for TB generation ([70fa366](https://github.com/frappe/erpnext/commit/70fa366216cfa1363afb412228e06a0cfdb847ac)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 154cd5906c9..4620136b5c6 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.57.3" +__version__ = "15.57.4" def get_default_company(user=None):