From b2b8b72952d5be86c0796331f1ee1ab17b3d7a87 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 5 Nov 2023 06:41:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.46.4 ## [14.46.4](https://github.com/frappe/erpnext/compare/v14.46.3...v14.46.4) (2023-11-05) ### Bug Fixes * Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499](https://github.com/frappe/erpnext/issues/37499)) (backport [#37916](https://github.com/frappe/erpnext/issues/37916)) ([#37919](https://github.com/frappe/erpnext/issues/37919)) ([555ebc1](https://github.com/frappe/erpnext/commit/555ebc190c0a682dce8e201481c7f0d36faa0219)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7cb2ff14bc3..ad4a6714b84 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.46.3" +__version__ = "14.46.4" def get_default_company(user=None):