From 8a33866a8c19ea900b1891a92306751b2177bc94 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 11 Apr 2025 15:16:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.57.2 ## [15.57.2](https://github.com/frappe/erpnext/compare/v15.57.1...v15.57.2) (2025-04-11) ### Bug Fixes * condition for use_batchwise_valuation ([18dd128](https://github.com/frappe/erpnext/commit/18dd128838fb6b54bb214e5498c3d0fb8c342873)) * removed display depends on ([b8436db](https://github.com/frappe/erpnext/commit/b8436dbd215a8bbbe932af3cbc15a4551e6e587c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fb0453d3826..4a8a63a115b 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.1" +__version__ = "15.57.2" def get_default_company(user=None):