From 78a9edf6c906171c3392a0fccd3682ddb8955e99 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 30 Oct 2023 08:55:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.45.4 ## [14.45.4](https://github.com/frappe/erpnext/compare/v14.45.3...v14.45.4) (2023-10-30) ### Bug Fixes * negative current qty causing recursion issue (backport [#37752](https://github.com/frappe/erpnext/issues/37752)) ([#37753](https://github.com/frappe/erpnext/issues/37753)) ([20ca948](https://github.com/frappe/erpnext/commit/20ca948e6b4acc4fdc056593ee9769139ca6d302)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2e1746c3c80..63d7c201a14 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.45.3" +__version__ = "14.45.4" def get_default_company(user=None):