From a8a8a033a1c8c3c554961d62757e5f3b1568bf4a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Aug 2024 09:27:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.71.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [14.71.0](https://github.com/frappe/erpnext/compare/v14.70.14...v14.71.0) (2024-08-07) ### Bug Fixes * 'undefined' in PL and BS report summary on Consolidated report ([a5e1432](https://github.com/frappe/erpnext/commit/a5e14324da4d631d84c5c34787ffe4f1ddd2dcb3)) * company filter for filtring tax withheld vouchers ([b7731c8](https://github.com/frappe/erpnext/commit/b7731c8fd74a66067666d98406b142b732f7596f)) * do not update item price and last purchase rate for inter transf… (backport [#42616](https://github.com/frappe/erpnext/issues/42616)) ([#42632](https://github.com/frappe/erpnext/issues/42632)) ([5c5349e](https://github.com/frappe/erpnext/commit/5c5349ed16680a22a8fd16a1f6f9ed16957069b4)) * filter condition in item-wise purchase register ([bc9b461](https://github.com/frappe/erpnext/commit/bc9b46126bd4254d64c0342fa3ce890ed8f310f1)) * fixed depreciation calculation as per income tax act ([8df1079](https://github.com/frappe/erpnext/commit/8df1079618608bd90956de54e3d0d343d58b3734)) * item_code filter in item-wise sales register ([f0f8a2f](https://github.com/frappe/erpnext/commit/f0f8a2f01baff0b9e585cdcd32ac809c83585feb)) * min height for rows in sales funnel ([7086a96](https://github.com/frappe/erpnext/commit/7086a964629899c73c73487ada1158c684cbd609)) * set query filters for sales / purchase tax template on PE ([c8d8536](https://github.com/frappe/erpnext/commit/c8d85364b9b7a2588541f2973ba79ea954effbda)) * slowness in reposting dependent vouchers. (backport [#42282](https://github.com/frappe/erpnext/issues/42282)) ([#42569](https://github.com/frappe/erpnext/issues/42569)) ([3fb6f97](https://github.com/frappe/erpnext/commit/3fb6f97f6662e70ce6bce34c14327d63b8693ccc)) ### Features * expiry date column in Available Batch Report (backport [#42628](https://github.com/frappe/erpnext/issues/42628)) ([#42641](https://github.com/frappe/erpnext/issues/42641)) ([83928bb](https://github.com/frappe/erpnext/commit/83928bbf78f500728c934e3e764ad069a8d55448)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 47d45571cd4..13635730970 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.14" +__version__ = "14.71.0" def get_default_company(user=None):