From ac1af3bce98e46187776de1d69fcbfe916c49605 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Dec 2022 12:30:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.10.1 ## [14.10.1](https://github.com/frappe/erpnext/compare/v14.10.0...v14.10.1) (2022-12-13) ### Bug Fixes * `Enough Parts to Build` in `BOM Stock Report` ([3b9e9d2](https://github.com/frappe/erpnext/commit/3b9e9d2c6e4cbdace2067176f18ace3e2908b9f0)) * `Material Request` reference in internal `Sales Order` ([416d178](https://github.com/frappe/erpnext/commit/416d17820944e926a0ac336f4f7748baebfbe5e7)) * add translation variable order ([ef933a8](https://github.com/frappe/erpnext/commit/ef933a8231cc219e5e81d8c8cae7b8b61b6d1dc3)) * Buying and selling check in pricing rule ([f5205a5](https://github.com/frappe/erpnext/commit/f5205a5b5d27769da3f2c60f0250ee20bd2b6b13)) * **ecommerce:** remove query parameters from referer ([40621b9](https://github.com/frappe/erpnext/commit/40621b99c83b8002e76e7e79bd0f526ef846c3fc)) * handle_post_depr_entries_fail, show error alert and send email ([b661f57](https://github.com/frappe/erpnext/commit/b661f5758a8fe2ea2bf63289c9b3201d44abbc1b)) * incorrect balance on parent company due to key mismatch ([436e93c](https://github.com/frappe/erpnext/commit/436e93c129551af187b62e6af7f216b09a46af39)) * index error on customer master ([02cc618](https://github.com/frappe/erpnext/commit/02cc618a1fc52de4fa3e5aaf413f1e045eb35a24)) * Maintain Same Rate Throughout Sales Cycle doesn't work ([5398cf8](https://github.com/frappe/erpnext/commit/5398cf8f227e740dc035eca4d1f44f21109dea1d)), closes [#32923](https://github.com/frappe/erpnext/issues/32923) * order status in `Production Planning Report` ([a657db6](https://github.com/frappe/erpnext/commit/a657db66b4057ce37d8a5fbb56f6ba9757e4425c)) * Permission issue in Tax Detail report ([7a5b80d](https://github.com/frappe/erpnext/commit/7a5b80dfbc5c819db0b80ae82efef2dd5469d4a8)) * **pos:** variable typo: `s_pos` -> `is_pos` ([afbd48f](https://github.com/frappe/erpnext/commit/afbd48f26e67235866c289492b3664a6d402af31)) * Reapply pricing rule on qty change ([c726c16](https://github.com/frappe/erpnext/commit/c726c167026ad99fbb0bfb142a2c441be6a2581f)) * Remove free items ([5e5937d](https://github.com/frappe/erpnext/commit/5e5937d6d020ae910ab9064419bb2700cd0d12c8)) * total value in Warehouse Wise Stock Balance ([c5a54d7](https://github.com/frappe/erpnext/commit/c5a54d79120cad19bbdcc43e550565fbac125375)) ### Performance Improvements * add indexes on payment entry reference (backport [#33288](https://github.com/frappe/erpnext/issues/33288)) ([#33289](https://github.com/frappe/erpnext/issues/33289)) ([ce63086](https://github.com/frappe/erpnext/commit/ce630868132ac1dabf2278dd292a80f214260299)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3ef6b49f4e1..383be7bb582 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.10.0" +__version__ = "14.10.1" def get_default_company(user=None):