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](c3700f1b31))
This commit is contained in:
Frappe PR Bot
2026-02-26 06:03:21 +00:00
parent 2b664387d7
commit 5d86e9697a

View File

@@ -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):