From 572d8530b6258231e31f294474cc1818f693d10b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Mar 2026 13:42:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.101.2 ## [15.101.2](https://github.com/frappe/erpnext/compare/v15.101.1...v15.101.2) (2026-03-18) ### Bug Fixes * incorrect sle calculation when doc has project ([#53599](https://github.com/frappe/erpnext/issues/53599)) ([9e10dec](https://github.com/frappe/erpnext/commit/9e10dec90385d4168299dac4fc3f6c4307192f68)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9888b85ff7b..679e508b8ff 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.101.1" +__version__ = "15.101.2" def get_default_company(user=None):