chore(release): Bumped to Version 16.15.1

## [16.15.1](https://github.com/frappe/erpnext/compare/v16.15.0...v16.15.1) (2026-04-24)

### Bug Fixes

* preserve inventory dimensions when raw materials are reset (backport [#54440](https://github.com/frappe/erpnext/issues/54440)) (backport [#54493](https://github.com/frappe/erpnext/issues/54493)) ([#54513](https://github.com/frappe/erpnext/issues/54513)) ([610735d](610735d1c5))
This commit is contained in:
Frappe PR Bot
2026-04-24 12:35:07 +00:00
parent 610735d1c5
commit 66ec6a4d20

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.15.0"
__version__ = "16.15.1"
def get_default_company(user=None):