chore(release): Bumped to Version 14.75.0

# [14.75.0](https://github.com/frappe/erpnext/compare/v14.74.8...v14.75.0) (2024-11-06)

### Bug Fixes

* SO link on PO and add in missing dashboard references on both ([4f8a8a5](4f8a8a5e99))

### Features

* remove Payroll Entry from Bank Account dashboard (backport [#43931](https://github.com/frappe/erpnext/issues/43931)) ([#43932](https://github.com/frappe/erpnext/issues/43932)) ([42c2b84](42c2b84b28))

### Performance Improvements

* too many writes error during reposting (backport [#43978](https://github.com/frappe/erpnext/issues/43978)) ([#43982](https://github.com/frappe/erpnext/issues/43982)) ([57d35ec](57d35ec20e))
This commit is contained in:
Frappe PR Bot
2024-11-06 05:11:31 +00:00
parent e6b97cad89
commit 710771edf4

View File

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