From dac192a21065dfb1223fb5b81882613df06420e1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 19 Aug 2025 11:53:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.89.2 ## [14.89.2](https://github.com/frappe/erpnext/compare/v14.89.1...v14.89.2) (2025-08-19) ### Bug Fixes * formatted string for disabled filter in get_income_account ([1c24bed](https://github.com/frappe/erpnext/commit/1c24bedaf620f18426325dad175c5d54913a5526)) * handle empty loyalty point details ([0d6be69](https://github.com/frappe/erpnext/commit/0d6be69ce50a60d499759ee5c0fb822bd8868cc2)) * include missing cint import ([ea454ef](https://github.com/frappe/erpnext/commit/ea454ef77021c1f05d343feffb81d971dee9e47f)) * sanitize column name for inventory_dimensions in get_stock_balance ([c3ebc39](https://github.com/frappe/erpnext/commit/c3ebc39f3bde82c629c5a48abb6b4013f8926b0c)) * use query builder instead of raw SQL in get_blanket_orders ([9d06e09](https://github.com/frappe/erpnext/commit/9d06e093a6919b3f785063f80c89af0fe8e65d30)) * use query builder instead of raw SQL in get_loyalty_details ([64e6d65](https://github.com/frappe/erpnext/commit/64e6d65c0083799e8e49e9b0d2a4ae4411c3c521)) * use query builder instead of raw SQL in get_material_requests_based_on_supplier ([5a0e690](https://github.com/frappe/erpnext/commit/5a0e690307fd9de1be343f434aab131d17cb141a)) * use query builder instead of raw SQL in get_rfq_containing_supplier ([4b643fe](https://github.com/frappe/erpnext/commit/4b643feb9211fcb4b7723323a25abd852a98bbd8)) * use query builder instead of raw SQL in get_timesheet_detail_rate ([22d7bbb](https://github.com/frappe/erpnext/commit/22d7bbb0812a082a785a3e8883f60589b55021f9)) * use query builder instead of raw SQL in unset_existing_data ([06f04ca](https://github.com/frappe/erpnext/commit/06f04cad3ea75bc0e513cd9b3f36e94cdbf94baa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f4937b398cb..043aa3585cd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.89.1" +__version__ = "14.89.2" def get_default_company(user=None):