From 19202591807e86cb342b30582ab191c980d22c05 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 Dec 2025 05:43:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.5 ## [14.92.5](https://github.com/frappe/erpnext/compare/v14.92.4...v14.92.5) (2025-12-03) ### Bug Fixes * **Job Card:** avoid Type Error when completed_qty is None (backport [#50447](https://github.com/frappe/erpnext/issues/50447)) ([#50760](https://github.com/frappe/erpnext/issues/50760)) ([5e05873](https://github.com/frappe/erpnext/commit/5e05873226a24a3825d90781ceabed4061360b2c)) * update uom when item changes ([a3b120b](https://github.com/frappe/erpnext/commit/a3b120b3b275d5c350ca13d484b357f1d90b3128)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2e3d78dfe57..21035083c71 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.4" +__version__ = "14.92.5" def get_default_company(user=None):