From b1d345ba0b57d527f892c3e669396339935b7a91 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 20 May 2024 10:22:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.24.1 ## [15.24.1](https://github.com/frappe/erpnext/compare/v15.24.0...v15.24.1) (2024-05-20) ### Bug Fixes * valuation rate for legacy serial nos (backport [#41543](https://github.com/frappe/erpnext/issues/41543)) (backport [#41545](https://github.com/frappe/erpnext/issues/41545)) ([#41546](https://github.com/frappe/erpnext/issues/41546)) ([4ddd6e6](https://github.com/frappe/erpnext/commit/4ddd6e685b8739b62a16574f84ad69a9ef723233)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 73d34d5e0fe..4c3bc621038 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.24.0" +__version__ = "15.24.1" def get_default_company(user=None):