From cd3991dd1445af6f25ef26d13fee5579301e1a3d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 May 2023 03:05:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.25.0 # [14.25.0](https://github.com/frappe/erpnext/compare/v14.24.3...v14.25.0) (2023-05-24) ### Bug Fixes * consider 0 if rate/qty are null (backport [#35338](https://github.com/frappe/erpnext/issues/35338)) ([#35340](https://github.com/frappe/erpnext/issues/35340)) ([15c1af3](https://github.com/frappe/erpnext/commit/15c1af3d8a44ad25b1d681cfe30de75faf1c10bd)) * Creating landed cost voucher from connections ([2631224](https://github.com/frappe/erpnext/commit/2631224e497d173684c25eb683ac3c86539b2ac3)) * depreciation schedule for existing assets [v14] ([#35255](https://github.com/frappe/erpnext/issues/35255)) ([0a080ef](https://github.com/frappe/erpnext/commit/0a080efce26e99198a326009caa5d353a8fae862)) * don't recalculate rate for SCR rejected warehouse SLE ([633a170](https://github.com/frappe/erpnext/commit/633a1703dcbfb54bab897259c023862791cfbff4)) * error while saving job card ([fb7d3b7](https://github.com/frappe/erpnext/commit/fb7d3b7878640a2088140c05636c5e557d36ae34)) * incorrect depr schedule and posting dates on selling of existing assets [v14] ([#35396](https://github.com/frappe/erpnext/issues/35396)) ([8af6a11](https://github.com/frappe/erpnext/commit/8af6a113d1bb4993b5310a2365dd7a85454b14fe)) * Pick List Status ([4888436](https://github.com/frappe/erpnext/commit/48884366ea6ca177813f2101a6347e0c2237d9f3)) * Pick List TypeError ([6df9b53](https://github.com/frappe/erpnext/commit/6df9b53682d4f24051bcc31f6d1212de102f09e5)) * possible type error on quotation -> sales order creation ([d23b93a](https://github.com/frappe/erpnext/commit/d23b93a46246499ac07b4ccadfe8330a9b86157a)) * replace quotation with invoice in first onboarding (backport [#35389](https://github.com/frappe/erpnext/issues/35389)) ([#35394](https://github.com/frappe/erpnext/issues/35394)) ([9b9772e](https://github.com/frappe/erpnext/commit/9b9772eb14c86d144d3d3a97eb683f8679787d4a)) * tds incorrectly calculated for invoice that are below threshold ([bdf81a4](https://github.com/frappe/erpnext/commit/bdf81a43c646703d05dc0a720fa0078331a03142)) * **test:** cumulative threshold checks ([879946e](https://github.com/frappe/erpnext/commit/879946e2c80de336fd81a063c5699cce48d7ca10)) * use flt instead of mandatory field ([668b092](https://github.com/frappe/erpnext/commit/668b092f6bfe13728d4774db21078c6896032026)) * **ux:** SCR consumed-qty read-only property ([aa7fede](https://github.com/frappe/erpnext/commit/aa7fede0dc92509394b2f5d8643b604df315f033)) ### Features * provision to make reposting entries from Stock and Account Value Comparison Report ([3a0cdf3](https://github.com/frappe/erpnext/commit/3a0cdf30ce0e841f5867a4022d99bda85a2afcc5)) * provision to skip available sub assembly items in the production plan ([ce601af](https://github.com/frappe/erpnext/commit/ce601afc4eb682d61ff8157561c877f6323d2df6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 77c431ba6ff..d17979d64bc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.24.3" +__version__ = "14.25.0" def get_default_company(user=None):