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](4fccef0636))
* **payment_entry:** clear party_type when switching to Internal Transfer to avoid 'Supplier None not found' ([e27dd64](e27dd64044))
* **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](7986e69839))

### 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](836545bdb4))
This commit is contained in:
Frappe PR Bot
2025-08-26 11:35:26 +00:00
parent ba31f685f8
commit 2cedd455d9

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.89.2"
__version__ = "14.90.0"
def get_default_company(user=None):