From 0dbac5b6897b8a680b97aa8be256d2ed466d79e8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 27 Dec 2022 09:35:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.11.1 ## [14.11.1](https://github.com/frappe/erpnext/compare/v14.11.0...v14.11.1) (2022-12-27) ### Bug Fixes * Random behaviour while picking items using picklist (backport [#33449](https://github.com/frappe/erpnext/issues/33449)) ([#33451](https://github.com/frappe/erpnext/issues/33451)) ([abfb3bf](https://github.com/frappe/erpnext/commit/abfb3bf1c6753cf1e2f3f2a167f625cb8a2606ad)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 246b8d36ef0..f85a404de53 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.11.0" +__version__ = "14.11.1" def get_default_company(user=None):