Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.43.1
Browse files Browse the repository at this point in the history
## [13.43.1](frappe/erpnext@v13.43.0...v13.43.1) (2023-01-10)

### Bug Fixes

* better handling of duplicate bundle items ([0b952e8](frappe@0b952e8))
* remove hard-coded roles for populating leave balance reports ([frappe#249](frappe#249)) ([frappe#33557](frappe#33557)) ([c20d469](frappe@c20d469))
* remove unnecessary permissions from Appointment and Appointment Booking Settings ([frappe#33468](frappe#33468)) ([a50ad1d](frappe@a50ad1d))
  • Loading branch information
frappe-bot committed Jan 10, 2023
1 parent 65dd72a commit ab30e2a
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.43.0"
__version__ = "13.43.1"


def get_default_company(user=None):
Expand Down

0 comments on commit ab30e2a

Please sign in to comment.