From 29bb873347df3e5fe93722bdae20132b0403fd9c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Dec 2022 14:01:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.11.0 # [14.11.0](https://github.com/frappe/erpnext/compare/v14.10.1...v14.11.0) (2022-12-20) ### Bug Fixes * Consolidated financial report ([16ce411](https://github.com/frappe/erpnext/commit/16ce411b8f9838c67667f6f34477288f6338daf3)) * Cost center filter not working in cash flow report ([ce5065b](https://github.com/frappe/erpnext/commit/ce5065b13216ef77327829208d3ac679745fc24a)) * Cost Center for tax withholding invoices ([728643a](https://github.com/frappe/erpnext/commit/728643aa4a8abacf4fc5ac4ad4d7fbe982c08fd2)) * cost_center filter fix for 'Get Outstanding Invoice' in PE ([ff61997](https://github.com/frappe/erpnext/commit/ff61997d251c8f8b3b0eb727517873a0b82d570a)) * cost_center filter gives incorrect output ([9b2b281](https://github.com/frappe/erpnext/commit/9b2b2812ca50f981bdf2f440363a6c0672aafa65)) * daily scheduler to identify and fix stock transfer entries having incorrect valuation ([deb3efd](https://github.com/frappe/erpnext/commit/deb3efdd9ab1b95e3d2e6ab0d3a8079c61d20798)) * disabled items showing in the report 'Itemwise Recommended Reorder Level ([493509e](https://github.com/frappe/erpnext/commit/493509e42d9b39ac2e957333631af0a21c152360)) * get_serial_nos_for_fg() missing 1 required positional argument: 'args' ([bddb5b8](https://github.com/frappe/erpnext/commit/bddb5b8d25ebd9ec934abdd9c0bd9fa90c9f2612)) * incorrect type hints (backport [#33381](https://github.com/frappe/erpnext/issues/33381)) ([#33384](https://github.com/frappe/erpnext/issues/33384)) ([fa77259](https://github.com/frappe/erpnext/commit/fa77259f8d0f78ed7ed9a07eb0e1d764105bfb0e)) * Payment Request flow fixes from Order to Payment Entry ([a01db8f](https://github.com/frappe/erpnext/commit/a01db8fc38378756246dded7cf1fc5fe2098e470)) * remove unnecessary permissions from Appointment and Appointment Booking Settings ([#33358](https://github.com/frappe/erpnext/issues/33358)) ([#33395](https://github.com/frappe/erpnext/issues/33395)) ([6ef7eaf](https://github.com/frappe/erpnext/commit/6ef7eaf82e93278c6e72e0cbaa285f913b9830c4)) * translation for warning on Overbilling/-receipt/-delivery ([ba51d50](https://github.com/frappe/erpnext/commit/ba51d50fef754a1e5853062cd6b54f54b5c391a9)) * Unable to import COA through importer ([f8c09ee](https://github.com/frappe/erpnext/commit/f8c09ee720cce35447e2b339d172bf9045e8c68b)) * unsupported operand type(s) for +: 'int' and 'NoneType' ([7bdfb3d](https://github.com/frappe/erpnext/commit/7bdfb3d181798411d3d00613ad2994dacd7d29dc)) * unsupported operand type(s) for +=: 'int' and 'NoneType' ([88dc81b](https://github.com/frappe/erpnext/commit/88dc81b7d45ac086fc96cd54f3e76b3ea6daad13)) * use highest precision for exchange rate. ([4a8a84d](https://github.com/frappe/erpnext/commit/4a8a84d6f06f08c43f50cbc418733742a5d187da)) ### Features * Ignore company related doctype for other apps via hooks ([cd5a2af](https://github.com/frappe/erpnext/commit/cd5a2af27241cc148c2a655a1789597f7699d827)) * improve visibility of default values ([7ff50b9](https://github.com/frappe/erpnext/commit/7ff50b9446a14301ecdfa2f94e42b4e2e61bad7b)) * incoterm named place ([bfe57ac](https://github.com/frappe/erpnext/commit/bfe57acdbf067602ea4b765c675dc720517b0ab7)) * more control when printing RFQ ([07cda0a](https://github.com/frappe/erpnext/commit/07cda0aeb57ca0814c494ff42c7f791146f59275)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 383be7bb582e..246b8d36ef08 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import frappe -__version__ = "14.10.1" +__version__ = "14.11.0" def get_default_company(user=None):