Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.45.0
Browse files Browse the repository at this point in the history
# [13.45.0](frappe/erpnext@v13.44.0...v13.45.0) (2023-01-31)

### Bug Fixes

* disposal_was_made_on_original_schedule_date ([939a312](frappe@939a312))
* enable customs in Selling Workpace by default ([frappe#33853](frappe#33853)) ([54c1642](frappe@54c1642))
* Fetch commission rate from sales partner ([frappe#33851](frappe#33851)) ([3425a3b](frappe@3425a3b))
* **gp:** fetch buying amount from dn related to so ([be5edd3](frappe@be5edd3))
* item rate not fetching ([bb56415](frappe@bb56415))
* manual depr entry not updating asset value [v13] ([frappe#33890](frappe#33890)) ([f5efb20](frappe@f5efb20))
* use correct filter name in `item_query` (backport [frappe#33814](frappe#33814)) ([frappe#33817](frappe#33817)) ([b38ad66](frappe@b38ad66))

### Features

* **gp:** test for inv and dn related via so ([b72a35a](frappe@b72a35a))

### Performance Improvements

* show update items dialog ([0ff5099](frappe@0ff5099))
* Timeout while doing payment reconciliation (v13) ([frappe#33818](frappe#33818)) ([4bf3e31](frappe@4bf3e31))
  • Loading branch information
frappe-bot authored and BevanTony1 committed Mar 23, 2023
1 parent 7f71bd2 commit 84b1691
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.44.0"
__version__ = "13.45.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 84b1691

Please sign in to comment.