chore(release): Bumped to Version 14.75.1

## [14.75.1](https://github.com/frappe/erpnext/compare/v14.75.0...v14.75.1) (2024-11-07)

### Bug Fixes

* ensure list has items ([5c8af85](5c8af85086))
* error when saving POS merge log ([#43989](https://github.com/frappe/erpnext/issues/43989)) ([657bd37](657bd3712b))
* removed single quotes from deferred revenue ([#43985](https://github.com/frappe/erpnext/issues/43985)) ([aee8a23](aee8a23626))
* serial no ledger report ([#44006](https://github.com/frappe/erpnext/issues/44006)) ([9838eaa](9838eaa332))
* task showing limit in customer portal (backport [#44003](https://github.com/frappe/erpnext/issues/44003)) ([#44004](https://github.com/frappe/erpnext/issues/44004)) ([bc9f0f8](bc9f0f8368))
This commit is contained in:
Frappe PR Bot
2024-11-07 12:44:44 +00:00
parent 33a9c5e88d
commit ea634ec230

View File

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