chore(release): Bumped to Version 15.72.1

## [15.72.1](https://github.com/frappe/erpnext/compare/v15.72.0...v15.72.1) (2025-07-31)

### Bug Fixes

* failing subcontracting patch ([14d5c7f](14d5c7f3cd))
This commit is contained in:
Frappe PR Bot
2025-07-31 11:05:20 +00:00
parent 3a0db8d550
commit 396886c6e8

View File

@@ -4,7 +4,7 @@ import inspect
import frappe
from frappe.utils.user import is_website_user
__version__ = "15.72.0"
__version__ = "15.72.1"
def get_default_company(user=None):