From 1b2c2515bc60524705e116f107dd75245b1575cb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 13 May 2024 11:24:52 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/aa2b64476e1267b6e0859c8185ef7e356d720e05)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 77eeaf1b7ca..c5331681dff 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.23.0" +__version__ = "15.23.1" def get_default_company(user=None):