From fa5462d67478d398988e34059790c826562f142b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 3 May 2024 17:32:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.22.1 ## [15.22.1](https://github.com/frappe/erpnext/compare/v15.22.0...v15.22.1) (2024-05-03) ### Bug Fixes * Add PO reference ([44330a6](https://github.com/frappe/erpnext/commit/44330a618b9ea4ed10e1e1741e638188c52598d4)) * GL Entries against orders as an advance ([4d312cb](https://github.com/frappe/erpnext/commit/4d312cbc65bda8434a4434e8d1f0b7c84da3afb3)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 445d6779d78..015a70acfb8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.22.0" +__version__ = "15.22.1" def get_default_company(user=None):