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](9e10dec903))
This commit is contained in:
Frappe PR Bot
2026-03-18 13:42:20 +00:00
parent 0fa8cc76f5
commit 572d8530b6

View File

@@ -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):