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](55d2a54785)), closes [#48231](https://github.com/frappe/erpnext/issues/48231)
* negative stock issue for higher precision ([21d1385](21d13859a0))
This commit is contained in:
Frappe PR Bot
2026-01-13 14:44:57 +00:00
parent c69f3d330a
commit 8035940263

View File

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