chore(release): Bumped to Version 15.72.2

## [15.72.2](https://github.com/frappe/erpnext/compare/v15.72.1...v15.72.2) (2025-08-01)

### Bug Fixes

* multiple fixes for advance payment accounting (backport [#48341](https://github.com/frappe/erpnext/issues/48341)) ([#48896](https://github.com/frappe/erpnext/issues/48896)) ([52b9f92](52b9f92553))
This commit is contained in:
Frappe PR Bot
2025-08-01 10:25:24 +00:00
parent e0850ed209
commit 31343b6287

View File

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