From 7ba029b140fe97626aa8d167294f715c288de625 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Oct 2022 03:57:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.40.2 ## [13.40.2](https://github.com/frappe/erpnext/compare/v13.40.1...v13.40.2) (2022-10-19) ### Bug Fixes * `Brand Defaults` filters ([b1c70af](https://github.com/frappe/erpnext/commit/b1c70af4db0f5007b3e83b560a8d619ab99cfbe2)) * don't try to update youtube data if disabled in settings (backport [#32588](https://github.com/frappe/erpnext/issues/32588)) ([#32590](https://github.com/frappe/erpnext/issues/32590)) ([7e7122b](https://github.com/frappe/erpnext/commit/7e7122b6682942da8d3bb9f4c7c113f5c25b6cc9)) * Ignore linked purchase invoice on cancel ([eec770a](https://github.com/frappe/erpnext/commit/eec770a4a895aebbcb4b849d235055f6592cf507)) * Party account for multi-order invoices ([0ae2a4f](https://github.com/frappe/erpnext/commit/0ae2a4f1c4b1d30e1e407b913b79c629005e782e)) * pricing rule item code UOM apply & conversions (backport [#32566](https://github.com/frappe/erpnext/issues/32566)) ([#32636](https://github.com/frappe/erpnext/issues/32636)) ([b8d97b8](https://github.com/frappe/erpnext/commit/b8d97b82b81704e893cb75229457ec5dcda7c804)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 51f2c18f5c8..7de11e670ae 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.40.1" +__version__ = "13.40.2" def get_default_company(user=None):