From 756ac6c5873b78e55dfca44d7e93645f64dd94ea Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 18 May 2023 14:07:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.24.3 ## [14.24.3](https://github.com/frappe/erpnext/compare/v14.24.2...v14.24.3) (2023-05-18) ### Bug Fixes * tds incorrectly calculated for invoice that are below threshold ([14565ed](https://github.com/frappe/erpnext/commit/14565ed8b10cbd160a8ad4308cb468bb938cf60c)) * **test:** cumulative threshold checks ([cdd378c](https://github.com/frappe/erpnext/commit/cdd378c51800549a28b1794fed40804048e1e047)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a14b6f2e505..77c431ba6ff 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.24.2" +__version__ = "14.24.3" def get_default_company(user=None):