chore(release): Bumped to Version 16.10.1

## [16.10.1](https://github.com/frappe/erpnext/compare/v16.10.0...v16.10.1) (2026-03-18)

### Bug Fixes

* incorrect sle calculation when doc has project ([#53599](https://github.com/frappe/erpnext/issues/53599)) ([9a46aa3](9a46aa3106))
This commit is contained in:
Frappe PR Bot
2026-03-18 13:42:27 +00:00
parent 9a8f61e21f
commit 8b10311a9b

View File

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