From 14e5f239ac2af01074973d341c2f0ee57c99901f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Sep 2022 13:52:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.1.2 ## [14.1.2](https://github.com/frappe/erpnext/compare/v14.1.1...v14.1.2) (2022-09-14) ### Bug Fixes * correct sql output format in CRM patch (backport [#32213](https://github.com/frappe/erpnext/issues/32213)) ([#32214](https://github.com/frappe/erpnext/issues/32214)) ([fed2353](https://github.com/frappe/erpnext/commit/fed23536dcd36f9418d004913b38fe23e62cc7d6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6ce0f9cd2f6..db168818a8c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.1.1" +__version__ = "14.1.2" def get_default_company(user=None):