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](73a418a2bd))
This commit is contained in:
Frappe PR Bot
2025-05-02 13:44:13 +00:00
parent 1d139eb94a
commit c1ed750bcb

View File

@@ -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):