From 9703771b757ec38c907d8f4a5527b622f30110c4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Oct 2022 18:03:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.3.1 ## [14.3.1](https://github.com/frappe/erpnext/compare/v14.3.0...v14.3.1) (2022-10-18) ### Bug Fixes * `Brand Defaults` filters ([cb0c4b5](https://github.com/frappe/erpnext/commit/cb0c4b566455a71577e084fa910e4ce15b114984)) * add project settings to projects workspace (backport [#32568](https://github.com/frappe/erpnext/issues/32568)) ([#32600](https://github.com/frappe/erpnext/issues/32600)) ([af4dafd](https://github.com/frappe/erpnext/commit/af4dafdc64c53883c55c73620926fea00c021591)) * delete old ple's on item value repost ([62cabdf](https://github.com/frappe/erpnext/commit/62cabdf792d98c39bedddb20f6d1e641ed2b40c5)) * don't try to update youtube data if disabled in settings (backport [#32588](https://github.com/frappe/erpnext/issues/32588)) ([#32589](https://github.com/frappe/erpnext/issues/32589)) ([ed85683](https://github.com/frappe/erpnext/commit/ed85683fea42bd9cb96e9a28a37446db48a38033)) * group warehouse filter not working for Batchwise Balance history report ([faedd85](https://github.com/frappe/erpnext/commit/faedd85b660fc0647ab877fc99ddd41634809f44)) * Ignore linked purchase invoice on cancel ([cc938fb](https://github.com/frappe/erpnext/commit/cc938fb028ca26df9f1f764664375885149d0421)) * linter ([831f60f](https://github.com/frappe/erpnext/commit/831f60f439a71fb39c9d2ef287bcaf3fe49a6d38)) * Party account for multi-order invoices ([eaea846](https://github.com/frappe/erpnext/commit/eaea8469fc092458454f7859574833efa29211f4)) * pricing rule item code UOM apply & conversions (backport [#32566](https://github.com/frappe/erpnext/issues/32566)) ([#32637](https://github.com/frappe/erpnext/issues/32637)) ([ffd82f3](https://github.com/frappe/erpnext/commit/ffd82f330233ed00bbafbeabef9ceef21a491f4f)) * Renamed Dashboard tab label to Connections ([dac5989](https://github.com/frappe/erpnext/commit/dac5989d72732a83c4e1c45851be635b860f50cb)) * Renamed Notes section to Comments ([9e94dd9](https://github.com/frappe/erpnext/commit/9e94dd9203396f745ab32740942e169536e1fac7)) * type-cast while saving an item (backport [#32549](https://github.com/frappe/erpnext/issues/32549)) ([#32578](https://github.com/frappe/erpnext/issues/32578)) ([829a0ff](https://github.com/frappe/erpnext/commit/829a0ff827d81beca6bb98caff0c9295da204e2c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8866fa756cd..94d6b34de46 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.3.0" +__version__ = "14.3.1" def get_default_company(user=None):