From c84952169fd5f996bccddf00461ad919ab1a38a0 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Oct 2025 14:32:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.82.1 ## [15.82.1](https://github.com/frappe/erpnext/compare/v15.82.0...v15.82.1) (2025-10-08) ### Bug Fixes * batch qty for expired batches ([4e2a42d](https://github.com/frappe/erpnext/commit/4e2a42d092a00ffcd85706b5a3a63a41504703ce)) * incorrect field valuation_rate ([9c3f4b6](https://github.com/frappe/erpnext/commit/9c3f4b69af5312cc7cd8d15dafafa112efb318cd)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7978873c49c..f65055d09db 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.0" +__version__ = "15.82.1" def get_default_company(user=None):