chore(release): Bumped to Version 13.52.1

## [13.52.1](https://github.com/frappe/erpnext/compare/v13.52.0...v13.52.1) (2023-07-05)

### Bug Fixes

* **Payment Entry:** compare rounded amount ([#36011](https://github.com/frappe/erpnext/issues/36011)) ([a7d26b0](a7d26b0c20))
* **Payment Entry:** compare rounded amount ([#36011](https://github.com/frappe/erpnext/issues/36011)) ([a370dc3](a370dc3dcc))
This commit is contained in:
Frappe PR Bot
2023-07-05 16:23:25 +00:00
parent a7d26b0c20
commit 1116cee831

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.52.0"
__version__ = "13.52.1"
def get_default_company(user=None):