From 028e939cca2eadaa8bc5a057dddda5cd72a503b3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 18 Aug 2022 08:30:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [14.0.1](https://github.com/frappe/erpnext/compare/v14.0.0...v14.0.1) (2022-08-18) ### Bug Fixes * add asset repair to accounting dimension list ([65bb1d8](https://github.com/frappe/erpnext/commit/65bb1d8cc2b25f161fe2a02e3e41047648fa78b9)) * Add dimension section in subcontracting doctypes (backport [#31849](https://github.com/frappe/erpnext/issues/31849)) ([#31877](https://github.com/frappe/erpnext/issues/31877)) ([50ad612](https://github.com/frappe/erpnext/commit/50ad61245350879b564e203276a8c91a062a19bb)) * check item_code in all rows of po_items (backport [#31741](https://github.com/frappe/erpnext/issues/31741)) ([#31842](https://github.com/frappe/erpnext/issues/31842)) ([82f1dd2](https://github.com/frappe/erpnext/commit/82f1dd268d47c5baebc34770e339cdc1f25a9eb2)) * contact search in request for quotation (backport [#31828](https://github.com/frappe/erpnext/issues/31828)) ([#31840](https://github.com/frappe/erpnext/issues/31840)) ([74664a3](https://github.com/frappe/erpnext/commit/74664a34c0b24b71aeb9169f51b39f01f1791af2)) * delete custom fields on deletion of inventory dimension ([354a9d6](https://github.com/frappe/erpnext/commit/354a9d616960e68d6d79b50568d03f55a1f0d85e)) * **ecommerce:** remove query to non-existing field (backport [#31771](https://github.com/frappe/erpnext/issues/31771)) ([#31773](https://github.com/frappe/erpnext/issues/31773)) ([8737c10](https://github.com/frappe/erpnext/commit/8737c10ce4c95acc394dd9d5409fda63e73c6ec7)) * getting error to show sales invoice group or print rep… (backport [#31756](https://github.com/frappe/erpnext/issues/31756)) ([#31767](https://github.com/frappe/erpnext/issues/31767)) ([53b9d61](https://github.com/frappe/erpnext/commit/53b9d61c46e6ce9b97eaec5779166ab28034eb8f)) * incorrect produced-qty in production-plan-item (backport [#31706](https://github.com/frappe/erpnext/issues/31706)) ([#31861](https://github.com/frappe/erpnext/issues/31861)) ([010a0ca](https://github.com/frappe/erpnext/commit/010a0ca0a9cecae9341b74e8e31dcde151d9aac1)) * incorrect rate in BOM exploded items (backport [#31513](https://github.com/frappe/erpnext/issues/31513)) ([#31864](https://github.com/frappe/erpnext/issues/31864)) ([abe1894](https://github.com/frappe/erpnext/commit/abe18945a60594b01f926b2073b736a56ab043fc)) * intercompany SO throws exception ([1d1f12f](https://github.com/frappe/erpnext/commit/1d1f12f9491f0ac26c25e81269a4ba100c3a3757)) * linter (backport [#31763](https://github.com/frappe/erpnext/issues/31763)) ([#31766](https://github.com/frappe/erpnext/issues/31766)) ([3092131](https://github.com/frappe/erpnext/commit/30921319135b84fbf96782437f2210ec2c0373d7)) * Make expense account editable in Purchase Receipt Item (backport [#31730](https://github.com/frappe/erpnext/issues/31730)) ([#31878](https://github.com/frappe/erpnext/issues/31878)) ([b637d4d](https://github.com/frappe/erpnext/commit/b637d4d5f167160b30ef3d97fbe8f82787a015f5)) * Make expense account editable in Subcontracting Receipt Item (backport [#31848](https://github.com/frappe/erpnext/issues/31848)) ([#31870](https://github.com/frappe/erpnext/issues/31870)) ([aa5aaa1](https://github.com/frappe/erpnext/commit/aa5aaa113eaecc7b0ae9df1bb1d4ce20e7ce18a4)) * not able to issue expired batches ([ce5fc5b](https://github.com/frappe/erpnext/commit/ce5fc5b457b6168ce6d1c591d808a9d3903e210f)) * posting_date of linked vouchers should not affect outstanding ([0faa7b0](https://github.com/frappe/erpnext/commit/0faa7b04326db9f896d647d9dee5fa3b79f4051c)) * **projects:** Add missing comma ([623f56a](https://github.com/frappe/erpnext/commit/623f56a95cf7af12621efeba1cfcde9ae6276368)) * set `billing_address` for purchases in `get_party_details` ([5a28ba8](https://github.com/frappe/erpnext/commit/5a28ba853706ba97cc467b85c9ec86a94816f33e)) * set `company_address` for purchases in `party.js` ([4c82533](https://github.com/frappe/erpnext/commit/4c825332396662efb2c8463d18d9764d93c4e830)) * specify allowed doctype in queries (backport [#31761](https://github.com/frappe/erpnext/issues/31761)) ([#31764](https://github.com/frappe/erpnext/issues/31764)) ([6dce122](https://github.com/frappe/erpnext/commit/6dce122825ef3e50d34f95524a75d9177a5193fe)) * Transit filter for Default Target Warehouse in SE (backport [#31839](https://github.com/frappe/erpnext/issues/31839)) ([#31873](https://github.com/frappe/erpnext/issues/31873)) ([04d3571](https://github.com/frappe/erpnext/commit/04d3571dd9989d2716da49174a028d2db86cd628)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6b6590f944e..57081b1ba10 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.0" +__version__ = "14.0.1" def get_default_company(user=None):