From ca9b02fb535948ccd2e1534d16f252450330d18e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 20 Apr 2023 07:24:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.22.2 ## [14.22.2](https://github.com/frappe/erpnext/compare/v14.22.1...v14.22.2) (2023-04-20) ### Bug Fixes * filtering via batch no ([#34951](https://github.com/frappe/erpnext/issues/34951)) ([1b827e6](https://github.com/frappe/erpnext/commit/1b827e6b67514a5b5f235f551fd6617343b1e901)), closes [#34950](https://github.com/frappe/erpnext/issues/34950) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 02b2caf6ce1..8cd602e5dbe 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.22.1" +__version__ = "14.22.2" def get_default_company(user=None):