From 78637823c83fcd5bf1882dc26fde04d065362507 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 6 May 2024 08:41:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.22.2 ## [15.22.2](https://github.com/frappe/erpnext/compare/v15.22.1...v15.22.2) (2024-05-06) ### Bug Fixes * pick list with multiple batch issue (backport [#41335](https://github.com/frappe/erpnext/issues/41335)) (backport [#41338](https://github.com/frappe/erpnext/issues/41338)) ([#41340](https://github.com/frappe/erpnext/issues/41340)) ([ee12ec3](https://github.com/frappe/erpnext/commit/ee12ec36cc479679865cd6bda5b65a6c7a19912a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 015a70acfb8..1ad327da5ee 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.22.1" +__version__ = "15.22.2" def get_default_company(user=None):