From 3ccb511e2525e1c5d92eecde4d7751fd8eb0b9b2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 8 Aug 2023 18:37:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.9 ## [13.52.9](https://github.com/frappe/erpnext/compare/v13.52.8...v13.52.9) (2023-08-08) ### Bug Fixes * Tax withholding against order via Payment Entry ([#36493](https://github.com/frappe/erpnext/issues/36493)) ([5dbca09](https://github.com/frappe/erpnext/commit/5dbca09899c0c41f92e950cd8079531159f5ad94)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8ad90760818..6d7abf3325c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.52.8" +__version__ = "13.52.9" def get_default_company(user=None):