From 9f1b9320e9b56eb15509917f3f49da4d1274b285 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Oct 2023 02:15:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [14.42.0](https://github.com/frappe/erpnext/compare/v14.41.2...v14.42.0) (2023-10-04) ### Bug Fixes * add only float row values for total ([020aedb](https://github.com/frappe/erpnext/commit/020aedb8b010a5503e8f57f7e690aaf0b3f07266)) * currency symbol in the Supplier Quotation Comparison report ([#37337](https://github.com/frappe/erpnext/issues/37337)) ([82e8606](https://github.com/frappe/erpnext/commit/82e8606b3c4403d79556c896a98f942762cd8fa7)) * Description field for the 'Ignore Available Stock' ([#37293](https://github.com/frappe/erpnext/issues/37293)) ([7f1483a](https://github.com/frappe/erpnext/commit/7f1483ad707feac6413994400217413e5c167c7b)) * do not consider submitted Work Orders in the Production Plan Res… ([#37343](https://github.com/frappe/erpnext/issues/37343)) ([c3aeb2d](https://github.com/frappe/erpnext/commit/c3aeb2dec58190d16a18e2609fd57054bda54e43)) * ignore user permissions for `Source Warehouse` (backport [#37313](https://github.com/frappe/erpnext/issues/37313)) ([#37314](https://github.com/frappe/erpnext/issues/37314)) ([04f0dfb](https://github.com/frappe/erpnext/commit/04f0dfb691fa0f9ea03518b28a7053454610f7c7)) * incorrect qty for material request in Production Plan ([#37270](https://github.com/frappe/erpnext/issues/37270)) ([8fe4a4d](https://github.com/frappe/erpnext/commit/8fe4a4d3aa7857e5e241bcb7145065753ab8b4cb)) * Not unique table/alias: 'tabTask' (backport [#37285](https://github.com/frappe/erpnext/issues/37285)) ([#37298](https://github.com/frappe/erpnext/issues/37298)) ([95e0bf5](https://github.com/frappe/erpnext/commit/95e0bf5e0edc7886bcb56c781ec56e0b72577b8e)) * party format in test ([28756bf](https://github.com/frappe/erpnext/commit/28756bf7b6ddd0b012235e4c0c44d583586c08a5)) * PCV posting issues ([#37029](https://github.com/frappe/erpnext/issues/37029)) ([92eabe3](https://github.com/frappe/erpnext/commit/92eabe3cf50799c6709c44197e138738560aac14)) * process soa filter for multiselect ([4962b67](https://github.com/frappe/erpnext/commit/4962b67358a7b31cbe0c93f186dc7fe030271cc7)) * query for multiselect filter ([6d7aa2a](https://github.com/frappe/erpnext/commit/6d7aa2ae942c34daf35ed617f52d58f94d9c43e5)) * set route filter values for AP ([49f0f1c](https://github.com/frappe/erpnext/commit/49f0f1ca09c6182d3e55a94733f1acc4ad5a1342)) * set route filter values for AR ([2b30727](https://github.com/frappe/erpnext/commit/2b30727fdcc447d8e96b4d735feb230f2956d04c)) * summary report filters ([403ff69](https://github.com/frappe/erpnext/commit/403ff697e94d79a31dd61d6ea9f5770106a07cf2)) * trial balance report freezes when adding filters (backport [#37264](https://github.com/frappe/erpnext/issues/37264)) ([#37265](https://github.com/frappe/erpnext/issues/37265)) ([6a8146b](https://github.com/frappe/erpnext/commit/6a8146ba8a2ef34da586adca3a3c27b12821deec)) * Use default Cost Center of the Company for additional discount ([#37234](https://github.com/frappe/erpnext/issues/37234)) ([e483b4a](https://github.com/frappe/erpnext/commit/e483b4a78a260629e994eb2e0a36a59b96919288)) * validation message for valuation rate ([#37301](https://github.com/frappe/erpnext/issues/37301)) ([643bb05](https://github.com/frappe/erpnext/commit/643bb0511ce6b858d84613d08b551b7f15c6364a)) ### Features * asset salvage_value_percentage (backport [#37302](https://github.com/frappe/erpnext/issues/37302)) ([#37334](https://github.com/frappe/erpnext/issues/37334)) ([6daea6c](https://github.com/frappe/erpnext/commit/6daea6ccb2355df957ba73cff917f15d6db4eba7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7ef8bf3f03f..eb7d50ff198 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.41.2" +__version__ = "14.42.0" def get_default_company(user=None):