From eb723637d3b9d6dbf9280d4269beb68ef9f4f95f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 25 May 2023 06:54:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.25.1 ## [14.25.1](https://github.com/frappe/erpnext/compare/v14.25.0...v14.25.1) (2023-05-25) ### Bug Fixes * Negative value in Reserved Qty for Production Plan ([20ceb6c](https://github.com/frappe/erpnext/commit/20ceb6c617907c4cd68f12c99f3ecff49a227990)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d17979d64bc..3b5e8cc8100 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.25.0" +__version__ = "14.25.1" def get_default_company(user=None):