From 9170ffc371f1ec0343d3c5bdf9b7324e99d91ae8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 29 Nov 2023 00:48:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.52.0 # [14.52.0](https://github.com/frappe/erpnext/compare/v14.51.0...v14.52.0) (2023-11-29) ### Features * shift depreciation for assets [v14] [backport of [#38327](https://github.com/frappe/erpnext/issues/38327)] ([#38404](https://github.com/frappe/erpnext/issues/38404)) ([53d083a](https://github.com/frappe/erpnext/commit/53d083a1210436135de3973a87c7b3d88b781f17)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bfef4c35484..a589fba0f76 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.51.0" +__version__ = "14.52.0" def get_default_company(user=None):