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](53d083a121))
This commit is contained in:
Frappe PR Bot
2023-11-29 00:48:28 +00:00
parent 6c805fff15
commit 9170ffc371

View File

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