chore(release): Bumped to Version 15.23.1

## [15.23.1](https://github.com/frappe/erpnext/compare/v15.23.0...v15.23.1) (2024-05-13)

### Bug Fixes

* valuation issue for batch (backport [#41425](https://github.com/frappe/erpnext/issues/41425)) (backport [#41430](https://github.com/frappe/erpnext/issues/41430)) ([#41434](https://github.com/frappe/erpnext/issues/41434)) ([aa2b644](aa2b64476e))
This commit is contained in:
Frappe PR Bot
2024-05-13 11:24:52 +00:00
parent aa2b64476e
commit 1b2c2515bc

View File

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