From e5c821a822112303e1a19906d9977c030b6927aa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 29 Jul 2025 15:11:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.88.4 ## [14.88.4](https://github.com/frappe/erpnext/compare/v14.88.3...v14.88.4) (2025-07-29) ### Bug Fixes * import get_link_to_form from utils ([b43fbf2](https://github.com/frappe/erpnext/commit/b43fbf2a7df65092dfed2b35e98ff9a7ba899adb)) * include empty values in user permission ([4d12ae0](https://github.com/frappe/erpnext/commit/4d12ae069e8d425748942820388c19af67c6902b)) * incorrect GL entries ([493c8ce](https://github.com/frappe/erpnext/commit/493c8ce04e672972e261f60895a0a5ba4b7c6be8)) * post gl entry on completion date of asset repair ([80ae982](https://github.com/frappe/erpnext/commit/80ae9820f08d75bfffde08ffcde9fb302dcd2cfa)) * resolved conflicts ([6cdc781](https://github.com/frappe/erpnext/commit/6cdc7811b889dbba638873dc2b80bac0401433df)) * resolved conflicts ([4524c74](https://github.com/frappe/erpnext/commit/4524c74968873fdcfa455955a1b2b6580548aa47)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 46804e9c19f..899fac2b01d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.88.3" +__version__ = "14.88.4" def get_default_company(user=None):