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