From 55121a22a5346666cfe9c0fc69f50417d8187059 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 May 2024 13:57:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.26.1 ## [15.26.1](https://github.com/frappe/erpnext/compare/v15.26.0...v15.26.1) (2024-05-30) ### Bug Fixes * batch selection issue (backport [#41692](https://github.com/frappe/erpnext/issues/41692)) (backport [#41693](https://github.com/frappe/erpnext/issues/41693)) ([#41694](https://github.com/frappe/erpnext/issues/41694)) ([64835b9](https://github.com/frappe/erpnext/commit/64835b99eca0619835f876cf1e1c7ca15bfde4f9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 279827a6f6e..9d6a51bb102 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.26.0" +__version__ = "15.26.1" def get_default_company(user=None):