From 065c9fa85f8da02985c04c365daceb642254addd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 12 Apr 2025 02:01:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.57.3 ## [15.57.3](https://github.com/frappe/erpnext/compare/v15.57.2...v15.57.3) (2025-04-12) ### Bug Fixes * correct doctype in item_wise_purchase register ([cd68832](https://github.com/frappe/erpnext/commit/cd68832aa092e4a389cef6a5c23dae714f401bdc)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4a8a63a115b..154cd5906c9 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.2" +__version__ = "15.57.3" def get_default_company(user=None):