From 90803b852e014f79a6572362e8a172dc48e95600 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 2 Sep 2025 13:48:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.90.1 ## [14.90.1](https://github.com/frappe/erpnext/compare/v14.90.0...v14.90.1) (2025-09-02) ### Bug Fixes * add is_cancelled in condition ([b9f9be3](https://github.com/frappe/erpnext/commit/b9f9be3d8867c107f7c4ff5262b1043f2f11aa46)) * ignore cancelled gl and add company filter ([6b29c06](https://github.com/frappe/erpnext/commit/6b29c06511185d69a6a461bb7ecd0222f9acf73e)) * set missing due date in Purchase Invoice and POS Invoice ([#49232](https://github.com/frappe/erpnext/issues/49232)) ([2b6b0b3](https://github.com/frappe/erpnext/commit/2b6b0b32a7abd5f1dab9468841e5c97e6f635126)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6ed1de99edf..7c16817de44 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.90.0" +__version__ = "14.90.1" def get_default_company(user=None):