chore(release): Bumped to Version 14.60.1

## [14.60.1](https://github.com/frappe/erpnext/compare/v14.60.0...v14.60.1) (2024-01-10)

### Bug Fixes

* performance issue related to stock entry (backport [#39301](https://github.com/frappe/erpnext/issues/39301)) ([#39302](https://github.com/frappe/erpnext/issues/39302)) ([49d914b](49d914bdb6))
This commit is contained in:
Frappe PR Bot
2024-01-10 16:55:11 +00:00
parent d3cc0c9aea
commit 5ae050ecd4

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.60.0"
__version__ = "14.60.1"
def get_default_company(user=None):