Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.52.10
Browse files Browse the repository at this point in the history
## [13.52.10](v13.52.9...v13.52.10) (2023-08-16)

### Bug Fixes

* Allow backdated repayment cancels for term loans ([c417365](c417365))
* payment allocation in invoice payment schedule ([#36440](#36440)) ([e5b3860](e5b3860))

### Performance Improvements

* **invoice:** Faster return amount query (backport [#36556](#36556)) ([#36558](#36558)) ([a801bba](a801bba))
  • Loading branch information
frappe-bot committed Aug 16, 2023
1 parent 3bc7c88 commit 8f977f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.52.9"
__version__ = "13.52.10"


def get_default_company(user=None):
Expand Down

0 comments on commit 8f977f4

Please sign in to comment.