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](6060072d22))
* Tax withholding related fixes ([a226fcf](a226fcf898))
This commit is contained in:
Frappe PR Bot
2022-10-07 12:40:22 +00:00
parent a519d68826
commit f70103dac6

View File

@@ -2,7 +2,7 @@ import inspect
import frappe
__version__ = "14.2.2"
__version__ = "14.2.3"
def get_default_company(user=None):