From b5ce744ad8227e3d4e088c49ddf77a5e8f0db39f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 9 Apr 2024 15:05:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.71.0 # [14.71.0](https://github.com/frappe/frappe/compare/v14.70.0...v14.71.0) (2024-04-09) ### Bug Fixes * add params in make_request arguments ([e16ebb7](https://github.com/frappe/frappe/commit/e16ebb78f2e63ff8aa1e0c1aeaa7d1bc3d076859)) * auto add modified index when sort_field is set to it (backport [#25686](https://github.com/frappe/frappe/issues/25686)) ([#25785](https://github.com/frappe/frappe/issues/25785)) ([0d57f1e](https://github.com/frappe/frappe/commit/0d57f1ec31482a412fb7a8f285a69577449e1eb3)) * bigint validation (backport [#25733](https://github.com/frappe/frappe/issues/25733)) ([#25821](https://github.com/frappe/frappe/issues/25821)) ([b2608b3](https://github.com/frappe/frappe/commit/b2608b3255a7b97f90f2c21a87f3acc0b6723518)) * check if user exists in browse command ([a8c09d3](https://github.com/frappe/frappe/commit/a8c09d332d75cecbe29d4866091ef4191e6d2f71)) * cint -> avoid precision loss if already integer ([#25735](https://github.com/frappe/frappe/issues/25735)) ([#25736](https://github.com/frappe/frappe/issues/25736)) ([176cbd3](https://github.com/frappe/frappe/commit/176cbd35c50e6dd446578fd5e47997ffbf79dd3f)) * copy paste from Excel (issue [#24371](https://github.com/frappe/frappe/issues/24371)) ([30da5c5](https://github.com/frappe/frappe/commit/30da5c54c92401ebe8a75db17c955d44012d6a55)) * copy paste from Excel (issue [#24371](https://github.com/frappe/frappe/issues/24371)) ([8d3d2e9](https://github.com/frappe/frappe/commit/8d3d2e9865887f24d77b974322495bb935083af3)) * don't show bulk actions for doctype with workflow ([6703592](https://github.com/frappe/frappe/commit/6703592a91d9e8f6c8594eec7058f01c378c0a0c)) * dont allow querying files to website users (backport [#25094](https://github.com/frappe/frappe/issues/25094)) ([#25700](https://github.com/frappe/frappe/issues/25700)) ([da5953c](https://github.com/frappe/frappe/commit/da5953cae620a2e4c7e39594547d5699db44a305)) * Get filter value based on depends_on field ([#25861](https://github.com/frappe/frappe/issues/25861)) ([#25863](https://github.com/frappe/frappe/issues/25863)) ([31b4453](https://github.com/frappe/frappe/commit/31b44532afd0c57207c259d87c0c9ca3fd9a56e7)) * **grid:** don't crash if row doesn't exist ([db85d3c](https://github.com/frappe/frappe/commit/db85d3cd1f42afaff0190e2a81d6865a62b6a732)) * **grid:** ensure that `doc.name` is truthy before proceeding ([#25800](https://github.com/frappe/frappe/issues/25800)) ([#25828](https://github.com/frappe/frappe/issues/25828)) ([71edfab](https://github.com/frappe/frappe/commit/71edfab28398782f6db9d1c7544426bbb23d7b3b)) * Handle empty value of datetime control ([291ab66](https://github.com/frappe/frappe/commit/291ab66617a2facf3997bfa26bfb11d96b93901e)) * **layout:** handle `fieldobj` being null ([4c11499](https://github.com/frappe/frappe/commit/4c114990aaec6183a9ccd98742b01919b81ebb90)) * **link:** get_input_value returns `""` ([#25878](https://github.com/frappe/frappe/issues/25878)) ([#25882](https://github.com/frappe/frappe/issues/25882)) ([1e70ac8](https://github.com/frappe/frappe/commit/1e70ac897048b71b951a7ed4c3c19189ba182acc)) * make_request - prevents an error during response parsing if the response body is empty. ([#24613](https://github.com/frappe/frappe/issues/24613)) ([d5c86a7](https://github.com/frappe/frappe/commit/d5c86a7b62cc4c94b7406af8e1b66270890d66c6)) * max-width of email attachment filename ([d678571](https://github.com/frappe/frappe/commit/d678571b94d16ea848fb8262fef4ca1be455ef88)) * only try JSON if content-type says so ([#24936](https://github.com/frappe/frappe/issues/24936)) ([e3c5ec4](https://github.com/frappe/frappe/commit/e3c5ec4cd3e3a52e34419ea18a02c182d288019b)) * respect custom filters on report export ([#25886](https://github.com/frappe/frappe/issues/25886)) ([f32b5d8](https://github.com/frappe/frappe/commit/f32b5d8a27a5795d346ccac2c174f4c2d49f2cd6)) * type error in workflow ([#25847](https://github.com/frappe/frappe/issues/25847)) ([#25848](https://github.com/frappe/frappe/issues/25848)) ([835e43f](https://github.com/frappe/frappe/commit/835e43f99d41021e73a0527a63beb41e64265126)) ### Features * add upstream json argument to integrations make_request ([#22462](https://github.com/frappe/frappe/issues/22462)) ([46a396e](https://github.com/frappe/frappe/commit/46a396ec9166043e30296e6b18dc116c1d64af26)) * Include `before_print` in doctype event of Server Script (backport [#25858](https://github.com/frappe/frappe/issues/25858)) ([a36c68c](https://github.com/frappe/frappe/commit/a36c68cd96c064b3cbb0c2e3d58f166fb8fc604d)) ### Performance Improvements * **Scheduling:** add jitter to job scheduling ([#25856](https://github.com/frappe/frappe/issues/25856)) ([2a88f87](https://github.com/frappe/frappe/commit/2a88f877b6d4b8392abca507b1422dcbb9e87657)), closes [#19007](https://github.com/frappe/frappe/issues/19007) --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 60f1e428352..71db6810cc2 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -47,7 +47,7 @@ ) from .utils.lazy_loader import lazy_import -__version__ = "14.70.0" +__version__ = "14.71.0" __title__ = "Frappe Framework" controllers = {}