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](4e2a42d092))
* incorrect field valuation_rate ([9c3f4b6](9c3f4b69af))
This commit is contained in:
Frappe PR Bot
2025-10-08 14:32:21 +00:00
parent d103409077
commit c84952169f

View File

@@ -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):