chore(release): Bumped to Version 13.50.5

## [13.50.5](https://github.com/frappe/erpnext/compare/v13.50.4...v13.50.5) (2023-05-18)

### Bug Fixes

* tds incorrectly calculated for invoice that are below threshold ([2e3f8e8](2e3f8e8846))
* **test:** cumulative threshold checks ([d316955](d316955d18))
This commit is contained in:
Frappe PR Bot
2023-05-18 14:55:22 +00:00
parent 2747df78ac
commit 6bc8749eaf

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.50.4"
__version__ = "13.50.5"
def get_default_company(user=None):