From e0313bb27f89ba6879c18fc5eb1bd6ce67fcd86c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 7 Aug 2025 11:03:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.73.2 ## [15.73.2](https://github.com/frappe/erpnext/compare/v15.73.1...v15.73.2) (2025-08-07) ### Bug Fixes * zero valuation rate for the batch ([fb126e0](https://github.com/frappe/erpnext/commit/fb126e0838d055a0d51141f6ce8582d273153ca7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 24bff067b1c..acc98d5cdc8 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.73.1" +__version__ = "15.73.2" def get_default_company(user=None):