From 966f262e383fbee844732119c1b0fb420c9f070c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 27 Jan 2026 14:42:02 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.12 ## [14.92.12](https://github.com/frappe/erpnext/compare/v14.92.11...v14.92.12) (2026-01-27) ### Bug Fixes * **stock:** remove limit filter while fetching batch and bin ([07ac93d](https://github.com/frappe/erpnext/commit/07ac93d06a9a31b1e8f6996d5621f1a0ddfcbd8f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1e71bf07de8..f8a5cd0b8ee 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.11" +__version__ = "14.92.12" def get_default_company(user=None):