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](4ddd6e685b))
This commit is contained in:
Frappe PR Bot
2024-05-20 10:22:57 +00:00
parent 4ddd6e685b
commit b1d345ba0b

View File

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