From 7235c3f88fb26b3bd65c115bf463df52804c85db Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 6 Sep 2022 16:04:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.1.0 # [14.1.0](https://github.com/frappe/erpnext/compare/v14.0.3...v14.1.0) (2022-09-06) ### Bug Fixes * **Appointment:** create lead notes as child table ([00a73c7](https://github.com/frappe/erpnext/commit/00a73c7a571d916b55ba3699afb9eeb02ded5d0b)) * fetch from parent not working for custom field ([76ae4d8](https://github.com/frappe/erpnext/commit/76ae4d87ca3f664b9d0a422aa3f63c335018181d)) * force delete old report docs (backport [#32026](https://github.com/frappe/erpnext/issues/32026)) ([#32027](https://github.com/frappe/erpnext/issues/32027)) ([0e9a1fb](https://github.com/frappe/erpnext/commit/0e9a1fb40e0b5310e69d85f06610f4879f3db378)) * include payment against PO in AR/AP report ([4bbd0ec](https://github.com/frappe/erpnext/commit/4bbd0ec985cf1f6b26f067412a481766ca25511a)) * incorrect import parameter for cancel PDA ([f55881a](https://github.com/frappe/erpnext/commit/f55881aef80b0edb806ef4753e997d03bb848de9)) * key error on consolidated financial report ([4409f11](https://github.com/frappe/erpnext/commit/4409f1128233f3dfce7209e6c5272ede21859d7c)) * KSA VAT report multi currency amount issue ([b96526e](https://github.com/frappe/erpnext/commit/b96526eefdd3f16fb4e980ee02c39e866ddb6044)) * Loan Interest accruals for 0 rated loans ([1b9082e](https://github.com/frappe/erpnext/commit/1b9082e07b06dadb878933e1cc5cb2f865fb2710)) * Naming series in Journal Entry Template ([5520c6b](https://github.com/frappe/erpnext/commit/5520c6b2f3421aacdd1b0f0f42df9a6cbb3442b8)) * not able to make variant item ([f871dd4](https://github.com/frappe/erpnext/commit/f871dd4ef6b4a6f7b04353c63ddaff7bec4e9147)) * **pos:** error while consolidating pos invoices ([319ee41](https://github.com/frappe/erpnext/commit/319ee41403083b86325aab514cf84f4d39100340)) * remove spaces and order import ([055556b](https://github.com/frappe/erpnext/commit/055556b7f1327cfc62f88b0028c1649798e1aca4)) * upgrade process to version-14 when currency opportunity wass not set ([4cb685a](https://github.com/frappe/erpnext/commit/4cb685a326f05af6652b441eeaec2daa9fb496cd)) * validate available qty for consumption in SCR ([26536da](https://github.com/frappe/erpnext/commit/26536da74b9a67d46c0164320d481f21a18afc0b)) ### Features * better Item Price list view ([#31954](https://github.com/frappe/erpnext/issues/31954)) ([784fb47](https://github.com/frappe/erpnext/commit/784fb471976f41e50476922e293c861fe6773684)) * tabbed view for Employee form ([#31940](https://github.com/frappe/erpnext/issues/31940)) ([#32095](https://github.com/frappe/erpnext/issues/32095)) ([3c688df](https://github.com/frappe/erpnext/commit/3c688dfa6d21dec32b2f8578a841844dd7f509f9)) * two new filters for gross profit ([60fa421](https://github.com/frappe/erpnext/commit/60fa4214098c2d4d81db8f23fd08e4b512836f4d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e980e96fd33..2b9c6c8c241 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.3" +__version__ = "14.1.0" def get_default_company(user=None):