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](be404b77a1))
* Tax withholding related fixes ([6e9b52d](6e9b52d268))
This commit is contained in:
Frappe PR Bot
2022-10-07 13:08:29 +00:00
parent 4623b986a3
commit c66ebcdf9a

View File

@@ -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):