From c1ed750bcbb711b30a76cf739378927b4c4e3dcc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 2 May 2025 13:44:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.60.1 ## [15.60.1](https://github.com/frappe/erpnext/compare/v15.60.0...v15.60.1) (2025-05-02) ### Bug Fixes * not able to submit the stock entry ([#47383](https://github.com/frappe/erpnext/issues/47383)) ([73a418a](https://github.com/frappe/erpnext/commit/73a418a2bd986f97ef14820212537019288c7caa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6f75f031755..8ed2f581cdb 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.60.0" +__version__ = "15.60.1" def get_default_company(user=None):