From 1116cee83110ae22bd2425296049f60caf242078 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Jul 2023 16:23:25 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/a7d26b0c20a1db72a827636c513c5a8d3af96b84)) * **Payment Entry:** compare rounded amount ([#36011](https://github.com/frappe/erpnext/issues/36011)) ([a370dc3](https://github.com/frappe/erpnext/commit/a370dc3dcc75713808fd00eda4e0190deb4db9c7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 075a2506ad32..dad9ef498ae8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.52.0" +__version__ = "13.52.1" def get_default_company(user=None):