From 81e4be37ffaea17927d4db6809feff673115d31a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 31 Jan 2023 06:19:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.45.0 # [13.45.0](https://github.com/frappe/erpnext/compare/v13.44.0...v13.45.0) (2023-01-31) ### Bug Fixes * disposal_was_made_on_original_schedule_date ([939a312](https://github.com/frappe/erpnext/commit/939a3121b76a8cc2d194c1c5d48b4c1bfc842a7c)) * enable customs in Selling Workpace by default ([#33853](https://github.com/frappe/erpnext/issues/33853)) ([54c1642](https://github.com/frappe/erpnext/commit/54c1642e3b51d1f180152fa4c4dc61c9ec236d8f)) * Fetch commission rate from sales partner ([#33851](https://github.com/frappe/erpnext/issues/33851)) ([3425a3b](https://github.com/frappe/erpnext/commit/3425a3bef914026b822ec3c49de48145ab74ebb2)) * **gp:** fetch buying amount from dn related to so ([be5edd3](https://github.com/frappe/erpnext/commit/be5edd329f3935444704ae12ac87ace339161952)) * item rate not fetching ([bb56415](https://github.com/frappe/erpnext/commit/bb5641535b7f103a3719872064a3c5a49057a41d)) * manual depr entry not updating asset value [v13] ([#33890](https://github.com/frappe/erpnext/issues/33890)) ([f5efb20](https://github.com/frappe/erpnext/commit/f5efb2057c6ba2284f84b3694da4d6e8fba2dcf4)) * use correct filter name in `item_query` (backport [#33814](https://github.com/frappe/erpnext/issues/33814)) ([#33817](https://github.com/frappe/erpnext/issues/33817)) ([b38ad66](https://github.com/frappe/erpnext/commit/b38ad66012e458b943e1775f3b6c331720d6e576)) ### Features * **gp:** test for inv and dn related via so ([b72a35a](https://github.com/frappe/erpnext/commit/b72a35a622ac5abcca5e6bba4760571059612cb3)) ### Performance Improvements * show update items dialog ([0ff5099](https://github.com/frappe/erpnext/commit/0ff5099cbc413e75909f449e831a38d5c40988d3)) * Timeout while doing payment reconciliation (v13) ([#33818](https://github.com/frappe/erpnext/issues/33818)) ([4bf3e31](https://github.com/frappe/erpnext/commit/4bf3e310e1fe32b26b573cbc0fc97ec66992e126)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a1afb9b62a2..198bed755e0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.44.0" +__version__ = "13.45.0" def get_default_company(user=None):