From 5fd68f720415e8a178f455b671f269ece60a557f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 Jan 2024 16:24:39 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/760af497ca551a034e6b73e12a7764da051cedb9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6aa2b45fa6b..9b7f9f2ba53 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.59.0" +__version__ = "14.60.0" def get_default_company(user=None):