From 8b10311a9bd10f376f3b962938b8f22e6a6d2186 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Mar 2026 13:42:27 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/9a46aa310662949d73f1d1f77b0fd896a728b52f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2ed93c3757d..b520440dc54 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.10.0" +__version__ = "16.10.1" def get_default_company(user=None):