From c66ebcdf9a116a638d7cb582f1a1059a0c52b9bb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Oct 2022 13:08:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.39.5 ## [13.39.5](https://github.com/frappe/erpnext/compare/v13.39.4...v13.39.5) (2022-10-07) ### Bug Fixes * Do not add tax withheld vouchers post tax withheding in one document ([be404b7](https://github.com/frappe/erpnext/commit/be404b77a113bd3299348bf62fd8ed099e8896b1)) * Tax withholding related fixes ([6e9b52d](https://github.com/frappe/erpnext/commit/6e9b52d26864231b869964930e6a514f9745297a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c6a1446601c..a6f9c0b2f98 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.39.4" +__version__ = "13.39.5" def get_default_company(user=None):