chore(release): Bumped to Version 14.92.2

## [14.92.2](https://github.com/frappe/erpnext/compare/v14.92.1...v14.92.2) (2025-10-21)

### Bug Fixes

* do reposting of first transfer entry based on item-wh combination ([85c509e](85c509ea69))
* handle flt conversion for prev_ordered_qty ([9460568](94605687c7))
This commit is contained in:
Frappe PR Bot
2025-10-21 12:45:22 +00:00
parent 70a8c64ea4
commit 616448f9c9

View File

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