From 259251dfab9afe3464515b5447c8990ae65701af Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 17 Jul 2025 11:18:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.88.2 ## [14.88.2](https://github.com/frappe/erpnext/compare/v14.88.1...v14.88.2) (2025-07-17) ### Bug Fixes * calculate due date based on payment term ([#46416](https://github.com/frappe/erpnext/issues/46416)) ([9ce357f](https://github.com/frappe/erpnext/commit/9ce357f3bffd5113d5ea3409e577d76599f8b60b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d291f26caa7..72ac3bf5dc6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.88.1" +__version__ = "14.88.2" def get_default_company(user=None):