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](ee12ec36cc))
This commit is contained in:
Frappe PR Bot
2024-05-06 08:41:26 +00:00
parent ee12ec36cc
commit 78637823c8

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.22.1"
__version__ = "15.22.2"
def get_default_company(user=None):