From 6bc8749eafb1a1387bd0d8a3eff22a9a5e419857 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 18 May 2023 14:55:22 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/2e3f8e8846398df0d3cd548f8c2430ffdbb95df1)) * **test:** cumulative threshold checks ([d316955](https://github.com/frappe/erpnext/commit/d316955d181c6519349a84cfbdb5d9d604e0d9f3)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 636a7cca7dd..6fd8a5971b6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):