Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.46.4
Browse files Browse the repository at this point in the history
## [14.46.4](v14.46.3...v14.46.4) (2023-11-05)

### Bug Fixes

* Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499](#37499)) (backport [#37916](#37916)) ([#37919](#37919)) ([555ebc1](555ebc1))
  • Loading branch information
frappe-bot committed Nov 5, 2023
1 parent 555ebc1 commit b2b8b72
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.46.3"
__version__ = "14.46.4"


def get_default_company(user=None):
Expand Down

0 comments on commit b2b8b72

Please sign in to comment.