From e7915b31cef478466685f1997479438189d0c5f6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Aug 2025 12:02:50 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.89.1 ## [14.89.1](https://github.com/frappe/erpnext/compare/v14.89.0...v14.89.1) (2025-08-12) ### Bug Fixes * add condition to fetch active accounts ([8fc8aa2](https://github.com/frappe/erpnext/commit/8fc8aa2dfd4009af77d8660fb05a8d7485878018)) * nonetype error on applying presentation_currency filter on financial statements and trial balance report ([89d00ee](https://github.com/frappe/erpnext/commit/89d00ee4a229c4ac8352173338cf4be87bd3b453)) * **purchase invoice:** filter only enabled account ([e0d9a47](https://github.com/frappe/erpnext/commit/e0d9a47ff7df6bba391fe3662e2340e4142582ad)) * **tax withholding details:** avoid voucher duplication ([92ee871](https://github.com/frappe/erpnext/commit/92ee871b79cfe0d96cd1313c038da6305cb7f942)) * timeout while submitting purchase receipt ([06c3839](https://github.com/frappe/erpnext/commit/06c3839abc0178a6459010653bb0f6e70c03a130)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 55ca1e374e6..f4937b398cb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.89.0" +__version__ = "14.89.1" def get_default_company(user=None):