From b3bf456ea2f62c8f528dcd1abee629e043441a0c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Dec 2025 08:23:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.7 ## [14.92.7](https://github.com/frappe/erpnext/compare/v14.92.6...v14.92.7) (2025-12-24) ### Bug Fixes * available qty not fetched on selection of batch ([9841438](https://github.com/frappe/erpnext/commit/98414385e51716a9fd82992eb2c7577231938df6)) * **deps:** pin urllib3<2 ([1dee100](https://github.com/frappe/erpnext/commit/1dee10077c1258119e865682e17d004530f3b02f)) * disable uv ([d713f39](https://github.com/frappe/erpnext/commit/d713f39fce569575d44c187c4997c7b1721d66f3)) * **patch:** fallback for frankfurter settings v14 patch ([5c9e0bb](https://github.com/frappe/erpnext/commit/5c9e0bba2f9d67f86d50ae93ff69729e04bd3134)) ### Performance Improvements * optimize company monthly sales query using date range ([#48942](https://github.com/frappe/erpnext/issues/48942)) ([e9c1d0a](https://github.com/frappe/erpnext/commit/e9c1d0ad526404325f3d57a52337df8757bc2373)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c92cc5aca95..b826e189baf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.6" +__version__ = "14.92.7" def get_default_company(user=None):