From 7fd4d3c8822a3fbc724f1ac4f093124a03b0abfe Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 29 Sep 2023 06:50:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.41.2 ## [14.41.2](https://github.com/frappe/erpnext/compare/v14.41.1...v14.41.2) (2023-09-29) ### Bug Fixes * incorrect qty for material request in Production Plan (backport [#37270](https://github.com/frappe/erpnext/issues/37270)) ([#37290](https://github.com/frappe/erpnext/issues/37290)) ([cfb3a9e](https://github.com/frappe/erpnext/commit/cfb3a9eabf2f77bd7bd96121c281f55fd644c535)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f25a601a2ec..7ef8bf3f03f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.41.1" +__version__ = "14.41.2" def get_default_company(user=None):