From ac9f1fefe66bc3756abcced50aa392662689158f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 16 Jun 2023 05:51:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.51.3 ## [13.51.3](https://github.com/frappe/erpnext/compare/v13.51.2...v13.51.3) (2023-06-16) ### Bug Fixes * Incorrect field while calculating Tax withholding net total ([f8a8cf3](https://github.com/frappe/erpnext/commit/f8a8cf30462e3646750e30b409ff0a10e93893fa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 062e8c10772..53b6073a0db 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.51.2" +__version__ = "13.51.3" def get_default_company(user=None):