From a3b38d9a913f373389de5ddacef8895ecef75b81 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 16 Jul 2025 15:09:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.88.1 ## [14.88.1](https://github.com/frappe/erpnext/compare/v14.88.0...v14.88.1) (2025-07-16) ### Bug Fixes * **period closing voucher:** closing account head debit and debit in account currency should be equal ([18eea34](https://github.com/frappe/erpnext/commit/18eea3425c0e29f9a940861820413dbe57e0adfe)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cb899e1af0e..d291f26caa7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.88.0" +__version__ = "14.88.1" def get_default_company(user=None):