From 1e351a9e0bbe17b82e7a09347a2313aaf3f85763 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 6 Dec 2022 14:37:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.10.0 # [14.10.0](https://github.com/frappe/erpnext/compare/v14.9.0...v14.10.0) (2022-12-06) ### Bug Fixes * add company filter in RFQ Items ([7c1595e](https://github.com/frappe/erpnext/commit/7c1595e2c2ba2192183ede916bea8dfbdbb37433)) * Allow item rate udpates for non-stock invoices ([0307656](https://github.com/frappe/erpnext/commit/030765618bb6ec2b3a03f87cca54d533df65305a)) * Bundle item rates ([82cdf49](https://github.com/frappe/erpnext/commit/82cdf49d3268ebf58540cbccdadc2d2295a03c64)) * data import mandatory account_head, charge_type ([653cb9f](https://github.com/frappe/erpnext/commit/653cb9fc3b9c23e19d66cda12441e432a9fa2f10)) * default clear repost logs ([e039a14](https://github.com/frappe/erpnext/commit/e039a14f6fa92e9687dbae9102b5aed6decf97e9)) * Due date for month end payment term ([9b40b7f](https://github.com/frappe/erpnext/commit/9b40b7f2403c6ee80d6725d5b63e49146d99ad48)) * Error on making stock entry from material request ([701ccc3](https://github.com/frappe/erpnext/commit/701ccc36c83d7aed49331f5bd1af20b359a4a0e5)) * key error on p/l and balance sheet reports on foreign currency ([23a0a53](https://github.com/frappe/erpnext/commit/23a0a5337e6ab1d65e32a305c4ac08f98bfa436e)) * key error while filtering on date range and different currency ([08bca7d](https://github.com/frappe/erpnext/commit/08bca7d252e085b543dc3f49343582794ac6a02a)) * **lint:** trailing whitespace ([fae941c](https://github.com/frappe/erpnext/commit/fae941c4e3934dc3543161e2e299420e7d5fd51f)) * non empty FG batch picked while completing work order ([e5e6b5d](https://github.com/frappe/erpnext/commit/e5e6b5d81c949e0e8ea2e44fdfeb7d236b68e1a3)) * **pos:** partial return amount update ([91920f4](https://github.com/frappe/erpnext/commit/91920f4d847fe83d0c86f42380baf420f7508a20)) * reload currency exchange settings ([5b5a85e](https://github.com/frappe/erpnext/commit/5b5a85ee3bd7fc00adb7b8b9b7c0974f5c2e82c1)) * replace sql code with fields list in get_cached_value ([e18d0ec](https://github.com/frappe/erpnext/commit/e18d0eca3c8f917867e52ddb0837509b65ccb2b6)) * Tax withholding net total for PI in reports ([f87c3c6](https://github.com/frappe/erpnext/commit/f87c3c615734e8a307eb7d5470aa11f57f3d7abd)) * test case ([39680ed](https://github.com/frappe/erpnext/commit/39680ed28bf80320063dff04bb10c1d906632bed)) * type error on Sales Pipeline Analytics ([3af2b9b](https://github.com/frappe/erpnext/commit/3af2b9b4232bd2909ee5a565108b1df324934b94)) * use is_last_day_of_the_month in test_scrap_asset ([fc175e2](https://github.com/frappe/erpnext/commit/fc175e2b1fcae9f82da29e8454abc0608766be3e)) * **UX:** Alert on change of item rate in Stock Entry ([b2da76f](https://github.com/frappe/erpnext/commit/b2da76f02c864064d4c8629eb07f41a8027c4a04)) ### Features * warehouse wise stock balance ([7027fda](https://github.com/frappe/erpnext/commit/7027fdae3912351759a8ba6807215e94094c3a79)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c2041d240bd..3ef6b49f4e1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.9.0" +__version__ = "14.10.0" def get_default_company(user=None):