Skip to content

Commit 1326ba5

Browse files
committed
chore(release): Bumped to Version 15.57.0
# [15.57.0](v15.56.0...v15.57.0) (2025-04-10) ### Bug Fixes * bypass validation during reposting ([eaaac6e](eaaac6e)) * item code not showing in the error message ([837509a](837509a)) * Recreate Stock Ledgers issue ([3db70fe](3db70fe)) * remove get_items query.run outside of if condition ([bff4902](bff4902)) * test file for v15 ([88f1cf2](88f1cf2)) ### Features * available serial no report ([0f6a7ed](0f6a7ed)) ### Performance Improvements * take query out of loop ([c7fead6](c7fead6))
1 parent d047c96 commit 1326ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.56.0"
7+
__version__ = "15.57.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)