From 66ec6a4d2031f65b2403e646aff0f5a58c1cd957 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 24 Apr 2026 12:35:07 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/610735d1c50003c0022a8ea0fea4fb1464709694)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e0843a4d073..be5aa72a516 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):