From 0ab7a6e9047f304c89011e935cf705a1790863b0 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 5 Mar 2026 11:58:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.8.1 ## [16.8.1](https://github.com/frappe/erpnext/compare/v16.8.0...v16.8.1) (2026-03-05) ### Bug Fixes * balance qty for inv dimension ([354723d](https://github.com/frappe/erpnext/commit/354723d3d5c2767f6e723124bdf0217b8b5898e8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8d12047a5ac..3abfea3cc9a 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.8.0" +__version__ = "16.8.1" def get_default_company(user=None):