Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.75.1
Browse files Browse the repository at this point in the history
## [14.75.1](v14.75.0...v14.75.1) (2024-11-07)

### Bug Fixes

* ensure list has items ([5c8af85](5c8af85))
* error when saving POS merge log ([#43989](#43989)) ([657bd37](657bd37))
* removed single quotes from deferred revenue ([#43985](#43985)) ([aee8a23](aee8a23))
* serial no ledger report ([#44006](#44006)) ([9838eaa](9838eaa))
* task showing limit in customer portal (backport [#44003](#44003)) ([#44004](#44004)) ([bc9f0f8](bc9f0f8))
  • Loading branch information
frappe-bot committed Nov 7, 2024
1 parent 33a9c5e commit ea634ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.75.0"
__version__ = "14.75.1"


def get_default_company(user=None):
Expand Down

0 comments on commit ea634ec

Please sign in to comment.