From 8e4e4a9fb4842fafc804b9626d86b746b0646879 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 27 Oct 2023 03:54:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.45.3 ## [14.45.3](https://github.com/frappe/erpnext/compare/v14.45.2...v14.45.3) (2023-10-27) ### Bug Fixes * typeerror on tds payable monthly report ([52cfe3f](https://github.com/frappe/erpnext/commit/52cfe3f612b8297f433b34d41a45ec68721f5865)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 23e5114413eb..2e1746c3c809 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.45.2" +__version__ = "14.45.3" def get_default_company(user=None):