chore(release): Bumped to Version 14.60.0

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

### Features

* provision to select the qty field for Product Page (backport [#39292](https://github.com/frappe/erpnext/issues/39292)) ([#39300](https://github.com/frappe/erpnext/issues/39300)) ([760af49](760af497ca))
This commit is contained in:
Frappe PR Bot
2024-01-10 16:24:39 +00:00
parent 760af497ca
commit 5fd68f7204

View File

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