chore(release): Bumped to Version 14.88.0

# [14.88.0](https://github.com/frappe/erpnext/compare/v14.87.0...v14.88.0) (2025-07-15)

### Bug Fixes

* **Employee:** add context to status in List View (backport [#48576](https://github.com/frappe/erpnext/issues/48576)) ([#48578](https://github.com/frappe/erpnext/issues/48578)) ([9dad082](9dad08274a))

### Features

* parent item group support in Stock Projected Qty report ([3b36be2](3b36be214f))
* update the modified date of the SLE after reposting ([8966c95](8966c956d5))
This commit is contained in:
Frappe PR Bot
2025-07-15 12:50:14 +00:00
parent 7db420cf9f
commit bda447f20a

View File

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