From 37a7da3371a9546e78909075ca57d507aff9934c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 31 Jul 2024 06:00:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.13 ## [14.70.13](https://github.com/frappe/erpnext/compare/v14.70.12...v14.70.13) (2024-07-31) ### Bug Fixes * builtins.KeyError: ('ABC', 'Store - CP') (backport [#42505](https://github.com/frappe/erpnext/issues/42505)) ([#42508](https://github.com/frappe/erpnext/issues/42508)) ([0256c64](https://github.com/frappe/erpnext/commit/0256c64634d25d86217e48e0820c9dbc431c8fd3)) * consider payment entries for checking if tds is deducted ([e7432fc](https://github.com/frappe/erpnext/commit/e7432fc60d4b5b82363212ae003cb7d2d4e8f294)) * dynamic condition in the pricing rule not working (backport [#42467](https://github.com/frappe/erpnext/issues/42467)) ([#42543](https://github.com/frappe/erpnext/issues/42543)) ([53034c3](https://github.com/frappe/erpnext/commit/53034c332b929a3e40759c9fc9bae82b8365aa57)) * **gross profit:** incorrect valuation rate on different warehouses ([1a7efbb](https://github.com/frappe/erpnext/commit/1a7efbb65466518d25de853c71ca324ddf048ee5)) * ignore duplicates while creating default templates ([99bc8e8](https://github.com/frappe/erpnext/commit/99bc8e849cf73587089d675f06e2d890002a11bc)) * incorrect cost_center on AR/AP report ([0e2abbd](https://github.com/frappe/erpnext/commit/0e2abbd08e0dd180a3024355e44e3553982c0284)) * keep status as In Progress for RIV for Timeout Error (backport [#42274](https://github.com/frappe/erpnext/issues/42274)) ([#42504](https://github.com/frappe/erpnext/issues/42504)) ([8e8d0c7](https://github.com/frappe/erpnext/commit/8e8d0c7bd08d99d65e2f6b7e8d012131682ad8dd)) * parenttype in item wise purchase and sales register ([97f2e88](https://github.com/frappe/erpnext/commit/97f2e88f4c7bf5fed2e678a2b4e8dd2a8789a407)) * performance issue for the report Purchase Order Analysis report (backport [#42503](https://github.com/frappe/erpnext/issues/42503)) ([#42506](https://github.com/frappe/erpnext/issues/42506)) ([f42f1bb](https://github.com/frappe/erpnext/commit/f42f1bb35fa445c87206db9ce19df0e6dfde98b0)) * price_list_currency not found error (backport [#42534](https://github.com/frappe/erpnext/issues/42534)) ([#42538](https://github.com/frappe/erpnext/issues/42538)) ([3ba6f40](https://github.com/frappe/erpnext/commit/3ba6f4006346560c88523aa14c1a7fdfcec5f437)) * warehouse filter in Product Bundle Balance (backport [#42532](https://github.com/frappe/erpnext/issues/42532)) ([#42536](https://github.com/frappe/erpnext/issues/42536)) ([0441984](https://github.com/frappe/erpnext/commit/04419844055452485022f58f5ccce6f23bc91037)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c42c444d9ae8..47f322fa8fa4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.70.12" +__version__ = "14.70.13" def get_default_company(user=None):