From cc0a8957607a77b05737b99ac7d502bb7accd7c9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 Oct 2025 12:31:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.82.2 ## [15.82.2](https://github.com/frappe/erpnext/compare/v15.82.1...v15.82.2) (2025-10-09) ### Bug Fixes * Reset Raw Materials Table button not working ([00db37e](https://github.com/frappe/erpnext/commit/00db37e30614dca9ce9e90fe825d98beb5b6eaea)) * sales return for product bundle items ([2ea583e](https://github.com/frappe/erpnext/commit/2ea583ee16258c607c5acef68b47a567578d6fbd)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f65055d09db..cbcfb489235 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.82.1" +__version__ = "15.82.2" def get_default_company(user=None):