Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.55.1
Browse files Browse the repository at this point in the history
## [13.55.1](v13.55.0...v13.55.1) (2023-12-20)

### Bug Fixes

* avoid over allocation during backdated assignment creation ([fee4eae](fee4eae))
* earned leave allocation in policy assignment ([14955c7](14955c7))
* earned leave exceeding annual allocation ([ee7c9ad](ee7c9ad))
* get customers for leaderboard ([10f02e6](10f02e6))
* get items for leaderboard ([3863c4e](3863c4e))
* get sales partner for leaderboard ([b0f7de1](b0f7de1))
* get sales person for leaderboard ([8dbb200](8dbb200))
* get suppliers for leaderboard ([7df8425](7df8425))
  • Loading branch information
frappe-bot committed Dec 20, 2023
1 parent 692d98d commit 82c28ac
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 @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.55.0"
__version__ = "13.55.1"


def get_default_company(user=None):
Expand Down

0 comments on commit 82c28ac

Please sign in to comment.