From a711cd7a18d23456604bed105f28364387677b1c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 23 Jul 2025 02:50:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.88.3 ## [14.88.3](https://github.com/frappe/erpnext/compare/v14.88.2...v14.88.3) (2025-07-23) ### Bug Fixes * add validation for account key ([360f3b7](https://github.com/frappe/erpnext/commit/360f3b7c259d8b7510c80d9c0b55cbdcf4b45652)) * calculate due date based on payment term ([#46416](https://github.com/frappe/erpnext/issues/46416)) ([9e7a5bb](https://github.com/frappe/erpnext/commit/9e7a5bb1bb9747ddf6c1797a8d879171def54a87)) * performance issue while submitting the purchase invoice ([4fe09fd](https://github.com/frappe/erpnext/commit/4fe09fd7e8c04805b9637fa5862a908754ff8bd2)) * **period closing voucher:** closing account head debit and debit in account currency should be equal ([76a233e](https://github.com/frappe/erpnext/commit/76a233e1b7e995b8d0d56332b33c2507cd7fe392)) * **production plan:** add company filter to sub assembly warehouse ([8934adf](https://github.com/frappe/erpnext/commit/8934adfef48d0202efdb3750ba5f3444bb3f46ab)) * show amount for exchange gain or loss account ([581221f](https://github.com/frappe/erpnext/commit/581221f1ec0ec77af30c27a9988288a338764a77)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 72ac3bf5dc6..46804e9c19f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.88.2" +__version__ = "14.88.3" def get_default_company(user=None):