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](5e05873226))
* update uom when item changes ([a3b120b](a3b120b3b2))
This commit is contained in:
Frappe PR Bot
2025-12-03 05:43:40 +00:00
parent ea1ca7111d
commit 1920259180

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.92.4"
__version__ = "14.92.5"
def get_default_company(user=None):