From 123d720616fb2f3901329789c77990ed93092f23 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Oct 2022 05:09:19 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.4.0 # [14.4.0](https://github.com/frappe/erpnext/compare/v14.3.1...v14.4.0) (2022-10-26) ### Bug Fixes * Advance paid amount in orders (backport [#32642](https://github.com/frappe/erpnext/issues/32642)) ([#32648](https://github.com/frappe/erpnext/issues/32648)) ([8a88105](https://github.com/frappe/erpnext/commit/8a88105aed3de147a8fc176467435292870195c9)) * allow to create Sales Order from expired Quotation ([#32641](https://github.com/frappe/erpnext/issues/32641)) ([ccc58f4](https://github.com/frappe/erpnext/commit/ccc58f48e38f1aaeaf23410e8b3a8a45dbcd9eea)) * Billing Address for inter-company purchase docs ([f8934fa](https://github.com/frappe/erpnext/commit/f8934faa73c020660c189a9b458a94afaebae892)) * BOM cost update message ([e539579](https://github.com/frappe/erpnext/commit/e539579fb4e3e3147517aaafb076e55097730dfa)) * dont update item info twice ([8876904](https://github.com/frappe/erpnext/commit/887690449dbc56d3e801ccb4ab3d649e78278a44)) * incorrect qty in material request ([da538a3](https://github.com/frappe/erpnext/commit/da538a37addaec6911d30dd3aec361f93d58df35)) * number of months subscription plan ([fff9e76](https://github.com/frappe/erpnext/commit/fff9e7671844d8b6df9ff9a25dfdbfb5b5b58ba1)) * overlap error not raised for job card in case of workstation with production capacity ([ed2a093](https://github.com/frappe/erpnext/commit/ed2a093e493ea41efbfc9b47c9c32856d4fdd9de)) * party type and party mandatory on updating outstanding ([9a5e238](https://github.com/frappe/erpnext/commit/9a5e238702fa7f7469e5269e84e1c274f92e0821)) * searchfield not working for cuctsomer, supplier as per customize form ([fb1c307](https://github.com/frappe/erpnext/commit/fb1c30718ba5f1cf9dcbf5c5f21b603bca10b4a8)) * unset contact details ([d7a65b1](https://github.com/frappe/erpnext/commit/d7a65b1d419fb9c8131a48ada866f1fe8ed5037a)) ### Features * Basic Payment Ledger report ([5cb9f7b](https://github.com/frappe/erpnext/commit/5cb9f7b3a451d609872384005238b252d02cc882)) * Repayment schedule types for term loans ([6ce32fd](https://github.com/frappe/erpnext/commit/6ce32fd5a983739186d690f3209dbc69d6e888f0)) ### Performance Improvements * cache barcode scan result (backport [#32629](https://github.com/frappe/erpnext/issues/32629)) ([#32672](https://github.com/frappe/erpnext/issues/32672)) ([3300856](https://github.com/frappe/erpnext/commit/3300856fb462a9aa1d146f50d157f5a862df6e97)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 94d6b34de46..ea34b889777 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.3.1" +__version__ = "14.4.0" def get_default_company(user=None):