From 31343b6287650567a599ce5fa68443f90e7dae6f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 1 Aug 2025 10:25:24 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/52b9f925533c19afbb09bb1f0be14dc67fc342ff)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index dc442c918b4..bf6628cf737 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.72.1" +__version__ = "15.72.2" def get_default_company(user=None):