From cdd5f992f6072f52c51ba8ed77d25f5de50b9a1f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Jul 2023 09:46:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.7 ## [14.30.7](https://github.com/frappe/erpnext/compare/v14.30.6...v14.30.7) (2023-07-18) ### Bug Fixes * incorrect Reserved Qty for Production Plan in BIN for multi-uom case ([bcf7d87](https://github.com/frappe/erpnext/commit/bcf7d87b611254eff393877b747e9d09245ab0db)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5f658c0c3be..73dd306905a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.30.6" +__version__ = "14.30.7" def get_default_company(user=None):