From 8f977f40f0f70eb435d59e1aafdffd37015b38f6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 16 Aug 2023 02:46:48 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.10 ## [13.52.10](https://github.com/frappe/erpnext/compare/v13.52.9...v13.52.10) (2023-08-16) ### Bug Fixes * Allow backdated repayment cancels for term loans ([c417365](https://github.com/frappe/erpnext/commit/c417365e030b05d9252fca996795e49a1c7ea422)) * payment allocation in invoice payment schedule ([#36440](https://github.com/frappe/erpnext/issues/36440)) ([e5b3860](https://github.com/frappe/erpnext/commit/e5b38607cea925d8efce0b5a3a66e29390955f8f)) ### Performance Improvements * **invoice:** Faster return amount query (backport [#36556](https://github.com/frappe/erpnext/issues/36556)) ([#36558](https://github.com/frappe/erpnext/issues/36558)) ([a801bba](https://github.com/frappe/erpnext/commit/a801bba83e8bd09722fc783d14820394b95e05e8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6d7abf3325c..f7593b2739e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.52.9" +__version__ = "13.52.10" def get_default_company(user=None):