Skip to content

Commit 8b10311

Browse files
committed
chore(release): Bumped to Version 16.10.1
## [16.10.1](v16.10.0...v16.10.1) (2026-03-18) ### Bug Fixes * incorrect sle calculation when doc has project ([#53599](#53599)) ([9a46aa3](9a46aa3))
1 parent 9a8f61e commit 8b10311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from frappe.model.document import Document
77
from frappe.utils.user import is_website_user
88

9-
__version__ = "16.10.0"
9+
__version__ = "16.10.1"
1010

1111

1212
def get_default_company(user=None):

0 commit comments

Comments
 (0)