From 99a81db4d938d27d13d3c79284a66370eb3ed27e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 15 Mar 2026 08:22:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.9.1 ## [16.9.1](https://github.com/frappe/erpnext/compare/v16.9.0...v16.9.1) (2026-03-15) ### Bug Fixes * add validation in bom creator function (backport [#53364](https://github.com/frappe/erpnext/issues/53364)) ([#53463](https://github.com/frappe/erpnext/issues/53463)) ([253e7a9](https://github.com/frappe/erpnext/commit/253e7a9398ffc403747644054bc46a7cfe945915)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0c5570a7f7e..b1f745b986b 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.9.0" +__version__ = "16.9.1" def get_default_company(user=None):