From 5d86e9697aaf935b14359bc5f62c8c892a8100d5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 26 Feb 2026 06:03:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.7.1 ## [16.7.1](https://github.com/frappe/erpnext/compare/v16.7.0...v16.7.1) (2026-02-26) ### Bug Fixes * patch to complete onboarding stpes for existing records ([c3700f1](https://github.com/frappe/erpnext/commit/c3700f1b31f26de4a2738550a2b170e14e3a89f6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5c19e15db66..51a41a8bfc4 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.7.0" +__version__ = "16.7.1" def get_default_company(user=None):