From 12e27e96a8d2e5d08402769399c53ed1ca2bb02f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Jul 2023 14:12:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.4 ## [13.52.4](https://github.com/frappe/erpnext/compare/v13.52.3...v13.52.4) (2023-07-11) ### Bug Fixes * also check on_hold ([#35910](https://github.com/frappe/erpnext/issues/35910)) ([5aa02b8](https://github.com/frappe/erpnext/commit/5aa02b8571efdc1710a9b3069a18a80ed17856a2)) * circular dependency during reposting causing timeout error ([ba69be1](https://github.com/frappe/erpnext/commit/ba69be1cedb0915deab150601c6ed748145fc08f)) * **Employee Advance:** check if return amount is set before validating ([#36080](https://github.com/frappe/erpnext/issues/36080)) ([beaf13e](https://github.com/frappe/erpnext/commit/beaf13e00ed638abeae9d4489f91de9d96a9dd8a)) * error messages while evaluating formulas and handle line boundaries ([#35989](https://github.com/frappe/erpnext/issues/35989)) ([4af57a7](https://github.com/frappe/erpnext/commit/4af57a7318fdc7c1150b984d2f75efb3efcc90f3)) * gst_hsn_code is ambiguous on gst reports ([3a00052](https://github.com/frappe/erpnext/commit/3a00052b496f645b9930a8f8c5d4cb43736a2011)) * incorrect status in MR created from PP (backport [#36085](https://github.com/frappe/erpnext/issues/36085)) ([#36087](https://github.com/frappe/erpnext/issues/36087)) ([e05bb10](https://github.com/frappe/erpnext/commit/e05bb103f39a72e447f03fde89e62250770b868b)) * payment entry `voucher_type` error ([#35779](https://github.com/frappe/erpnext/issues/35779)) ([9c3ec41](https://github.com/frappe/erpnext/commit/9c3ec41803cc5fb73f1c7ec4d245fec21727e6c5)) * **Payment Entry:** compare rounded amount ([#36011](https://github.com/frappe/erpnext/issues/36011)) ([b04c190](https://github.com/frappe/erpnext/commit/b04c190e33578ac307e881c06d6f468ca982a196)) * precision causing outstanding issue on partly paid invoices ([#36030](https://github.com/frappe/erpnext/issues/36030)) ([cf3ec93](https://github.com/frappe/erpnext/commit/cf3ec935a7f14bfd9ff99feb76f875043147d89e)) * single column indexes ([#32425](https://github.com/frappe/erpnext/issues/32425)) ([53f7764](https://github.com/frappe/erpnext/commit/53f7764c677ed90ae67b305ad42e2fae23a163f4)) ### Reverts * Revert "perf: improve item wise register reports (backport #35908) (#35912)" ([b992366](https://github.com/frappe/erpnext/commit/b99236624686839c0a96b99a78da22cda25fb3ad)), closes [#35908](https://github.com/frappe/erpnext/issues/35908) [#35912](https://github.com/frappe/erpnext/issues/35912) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c7293f04b98..268f987f916 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.52.3" +__version__ = "13.52.4" def get_default_company(user=None):