From 8b2c6ed61a4a1f416d26ec2fe24369fea409ffc5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Sep 2023 07:24:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.13 ## [13.52.13](https://github.com/frappe/erpnext/compare/v13.52.12...v13.52.13) (2023-09-06) ### Bug Fixes * ask for asset related accounts only when needed (backport [#36960](https://github.com/frappe/erpnext/issues/36960)) ([#36972](https://github.com/frappe/erpnext/issues/36972)) ([3a71fa9](https://github.com/frappe/erpnext/commit/3a71fa9d96b4e5e9912d7a2e846928b155ca631d)) * update repay_from_salary, payment_account and payroll_payable_account fields ([#36949](https://github.com/frappe/erpnext/issues/36949)) ([6f40d0c](https://github.com/frappe/erpnext/commit/6f40d0cdf6ac1049043368794b0c0e17203d27ea)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1df0651b7b8..94c1645a329 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.52.12" +__version__ = "13.52.13" def get_default_company(user=None):