From 1e527381502a17ad22eab36666ec7d3116afc223 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Dec 2025 09:34:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.92.1 ## [15.92.1](https://github.com/frappe/erpnext/compare/v15.92.0...v15.92.1) (2025-12-17) ### Bug Fixes * incorrect current qty in stock reco (backport [#51152](https://github.com/frappe/erpnext/issues/51152)) ([#51158](https://github.com/frappe/erpnext/issues/51158)) ([552c5b5](https://github.com/frappe/erpnext/commit/552c5b5911756bbbd6d7c32d7af191f251ed1fe7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3b3642b6625..9c9c1fba2fc 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.92.0" +__version__ = "15.92.1" def get_default_company(user=None):