chore(release): Bumped to Version 16.26.1

## [16.26.1](https://github.com/frappe/erpnext/compare/v16.26.0...v16.26.1) (2026-07-01)

### Bug Fixes

* **stock:** support quality inspection for stock entry by purpose (backport [#56446](https://github.com/frappe/erpnext/issues/56446)) ([613b3c1](613b3c16c2))
This commit is contained in:
Frappe PR Bot
2026-07-01 07:42:04 +00:00
parent fe6c276e72
commit fd00cebbd2

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.26.0"
__version__ = "16.26.1"
def get_default_company(user=None):