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