From 2cedd455d959a8c46131e1485f318c0308902523 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 26 Aug 2025 11:35:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.90.0 # [14.90.0](https://github.com/frappe/erpnext/compare/v14.89.2...v14.90.0) (2025-08-26) ### Bug Fixes * **dunning:** include accounting dimension upon gl creation ([4fccef0](https://github.com/frappe/erpnext/commit/4fccef06363d1c2ceebcfecda4d569d13c4e5dfd)) * **payment_entry:** clear party_type when switching to Internal Transfer to avoid 'Supplier None not found' ([e27dd64](https://github.com/frappe/erpnext/commit/e27dd64044fa13a0811493bc27b6d8f98170035a)) * **Supplier:** add make_method for Pricing Rule (backport [#49282](https://github.com/frappe/erpnext/issues/49282)) ([#49283](https://github.com/frappe/erpnext/issues/49283)) ([7986e69](https://github.com/frappe/erpnext/commit/7986e69839c1e8c81f4e63dbdceb3c179e122ea7)) ### Features * add make methods for Bank Account (backport [#49000](https://github.com/frappe/erpnext/issues/49000)) ([#49274](https://github.com/frappe/erpnext/issues/49274)) ([836545b](https://github.com/frappe/erpnext/commit/836545bdb4243ac13637799932e5b9c8fee5a62f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 043aa3585cd..6ed1de99edf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.89.2" +__version__ = "14.90.0" def get_default_company(user=None):