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](64835b99ec))
This commit is contained in:
Frappe PR Bot
2024-05-30 13:57:20 +00:00
parent 64835b99ec
commit 55121a22a5

View File

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