From 34499d7f775c14b0c48b4b599256785aa899ec7f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Jan 2026 16:37:18 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.11 ## [14.92.11](https://github.com/frappe/erpnext/compare/v14.92.10...v14.92.11) (2026-01-20) ### Bug Fixes * Show non-SLE vouchers with GL entries in Stock vs Account Value Comparison report ([6e03d45](https://github.com/frappe/erpnext/commit/6e03d4503474c85d46e231bc99117014092b688e)) * **transaction.js:** use flt instead of cint for plc_conversion_rate ([d09de53](https://github.com/frappe/erpnext/commit/d09de53d1d2d48e77dbc635137259d46af67e4b5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 13a79daf1ae..1e71bf07de8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.10" +__version__ = "14.92.11" def get_default_company(user=None):