From bda447f20a98fd98fa048e9c3c0b1d36c0ae3ee1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 15 Jul 2025 12:50:14 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/9dad08274a7764a3e5b1eba6a92af8a743848ac5)) ### Features * parent item group support in Stock Projected Qty report ([3b36be2](https://github.com/frappe/erpnext/commit/3b36be214f187a11f7f6e2609fd648b1fd3cf3ea)) * update the modified date of the SLE after reposting ([8966c95](https://github.com/frappe/erpnext/commit/8966c956d5873216168eacf4a4de0c652b3eada5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6618f4c6992..cb899e1af0e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.87.0" +__version__ = "14.88.0" def get_default_company(user=None):