From 80359402633aaea17da16e8a787b11492d1cc191 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Jan 2026 14:44:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.10 ## [14.92.10](https://github.com/frappe/erpnext/compare/v14.92.9...v14.92.10) (2026-01-13) ### Bug Fixes * don't duplicate default income account to Item ([#50413](https://github.com/frappe/erpnext/issues/50413)) ([55d2a54](https://github.com/frappe/erpnext/commit/55d2a54785f527fc4429f0c457e5294a18a0cd90)), closes [#48231](https://github.com/frappe/erpnext/issues/48231) * negative stock issue for higher precision ([21d1385](https://github.com/frappe/erpnext/commit/21d13859a0c3bdff789f46eda0e1f079e60808c9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index addb4e05460..13a79daf1ae 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.9" +__version__ = "14.92.10" def get_default_company(user=None):