From 1326ba5326dc98e72da6fa861363ed3a0429f1e3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 10 Apr 2025 07:31:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.57.0 # [15.57.0](https://github.com/frappe/erpnext/compare/v15.56.0...v15.57.0) (2025-04-10) ### Bug Fixes * bypass validation during reposting ([eaaac6e](https://github.com/frappe/erpnext/commit/eaaac6e59634a9070c65b9a1d05376dc14f32739)) * item code not showing in the error message ([837509a](https://github.com/frappe/erpnext/commit/837509ae471a258568017f20f70ce2cd94789654)) * Recreate Stock Ledgers issue ([3db70fe](https://github.com/frappe/erpnext/commit/3db70febe14967b975e0a7036a56f972153da789)) * remove get_items query.run outside of if condition ([bff4902](https://github.com/frappe/erpnext/commit/bff490299340aaf4f7ee7f71bcfd04fd6278b32f)) * test file for v15 ([88f1cf2](https://github.com/frappe/erpnext/commit/88f1cf29438d15cb1fbc38bee1522a3b49758a75)) ### Features * available serial no report ([0f6a7ed](https://github.com/frappe/erpnext/commit/0f6a7edb53c561649ab92c6e00269252e4cd80d6)) ### Performance Improvements * take query out of loop ([c7fead6](https://github.com/frappe/erpnext/commit/c7fead6bb0a273f90adc73356d0dbdd63c055c94)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3244606893b..5eae9777a77 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.56.0" +__version__ = "15.57.0" def get_default_company(user=None):