From 6b951bd17a1f247e0ecbb29a8450ec59303f7aa9 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 25 Oct 2023 12:30:31 +0530 Subject: [PATCH] chore(release): Bumped to Version 14.45.0 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 31f1fa066e4..a0730da2fe4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.44.1" +__version__ = "14.45.0" def get_default_company(user=None):