From d1d3b241ae7bc21d18cf830a4bacd568e21a2a19 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 3 Jul 2026 10:29:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.26.2 ## [16.26.2](https://github.com/frappe/erpnext/compare/v16.26.1...v16.26.2) (2026-07-03) ### Bug Fixes * **item-attribute:** clear attribute values when marking numeric ([1b1ea7f](https://github.com/frappe/erpnext/commit/1b1ea7f2aa92bfe7ac6b49965361e02312537e9a)) * **item:** error on uncommitted input and escape values in variant dialog ([56d065b](https://github.com/frappe/erpnext/commit/56d065b919a5a3348dfc85ba91ce37539eb14e5d)) * **item:** rework multiple variant dialog for large numeric ranges ([6691217](https://github.com/frappe/erpnext/commit/66912173bd6d31b45e19c46667b40da79d4d0a6c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6fd003ba1fa..910a6c95ebd 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.26.1" +__version__ = "16.26.2" def get_default_company(user=None):