From 46966f4b7c2226fc7982b2eccbbb3c5581498f7c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Jul 2023 04:10:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.7 ## [13.52.7](https://github.com/frappe/erpnext/compare/v13.52.6...v13.52.7) (2023-07-26) ### Bug Fixes * allow both custodian and location while creating asset (backport [#36263](https://github.com/frappe/erpnext/issues/36263)) ([#36270](https://github.com/frappe/erpnext/issues/36270)) ([e4f28e8](https://github.com/frappe/erpnext/commit/e4f28e8a5bc9ec6505691cf7dd7d33870c6fccdb)) * apply discount on item after applying price list ([#36125](https://github.com/frappe/erpnext/issues/36125)) ([bde9e89](https://github.com/frappe/erpnext/commit/bde9e8958205c8afdcd107c75fd680b9dd6b9b65)) * group by in fixed asset register (copy [#36310](https://github.com/frappe/erpnext/issues/36310)) ([#36312](https://github.com/frappe/erpnext/issues/36312)) ([a5e1c47](https://github.com/frappe/erpnext/commit/a5e1c4798fb3778818e9ffba48e5220d6fb90456)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e3b2ff93f0fa..67a90aeb0041 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.52.6" +__version__ = "13.52.7" def get_default_company(user=None):