From c39ee769466863be5ad6aa1c6fa2d5a6432d9755 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 6 Mar 2026 08:35:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.8.2 ## [16.8.2](https://github.com/frappe/erpnext/compare/v16.8.1...v16.8.2) (2026-03-06) ### Bug Fixes * stock balance report qty ([9e185b7](https://github.com/frappe/erpnext/commit/9e185b7ea94624a8da79d899cb37b3692723e8ce)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3abfea3cc9a..bda51bbd19b 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.1" +__version__ = "16.8.2" def get_default_company(user=None):