From f70103dac635a55fbb86e477fe52cb9b06aa2a36 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Oct 2022 12:40:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.2.3 ## [14.2.3](https://github.com/frappe/erpnext/compare/v14.2.2...v14.2.3) (2022-10-07) ### Bug Fixes * Do not add tax withheld vouchers post tax withheding in one document ([6060072](https://github.com/frappe/erpnext/commit/6060072d2203cc7c10cde7109f8599c81fd5def3)) * Tax withholding related fixes ([a226fcf](https://github.com/frappe/erpnext/commit/a226fcf898c70af4717f4604b9a24d4e4c571214)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6aabfd33488..7a447fef30e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.2.2" +__version__ = "14.2.3" def get_default_company(user=None):