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](354723d3d5))
This commit is contained in:
Frappe PR Bot
2026-03-05 11:58:55 +00:00
parent 519657fe3e
commit 0ab7a6e904

View File

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