From 2093df08d3b16af09721d0a4e251cff3ab401656 Mon Sep 17 00:00:00 2001 From: rv0lt Date: Wed, 29 May 2024 11:14:58 +0200 Subject: [PATCH 1/3] version & changelog --- CHANGELOG.rst | 17 +++++++++++++++++ dds_web/version.py | 2 +- tests/test_version.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a22e13198..355838214 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,23 @@ Changelog ========== +.. _2.7.0: + +2.7.0 - 2024-05-29 +~~~~~~~~~~~~~~~~~~~~~~~ + +- New features: + - Fix the User endpoint acording to openAPI standar . + - Added email contact to troubleshouting page +- Dependencies: + - `Werkzeug` from `2.2.3` to `3.0.3` + - `Flask-WTF` from `1.0.0` to `1.1.2` + - `Flask-Login` from `0.6.2` to `0.6.3` + - `Flask-HTTPAuth` from `4.5.0` to `4.8.0` +- Bugs fixed: + - Boolean inputs in requests are parsed with flask types. + + .. _2.6.4: 2.6.4 - 2023-04-10 diff --git a/dds_web/version.py b/dds_web/version.py index da6d8c6eb..8ce0e986f 100644 --- a/dds_web/version.py +++ b/dds_web/version.py @@ -1,3 +1,3 @@ # Do not do major version upgrade during 2024. # If mid or minor version reaches 9, continue with 10, 11 etc etc. -__version__ = "2.6.4" +__version__ = "2.7.0" diff --git a/tests/test_version.py b/tests/test_version.py index 3d739eac6..c98810944 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert version.__version__ == "2.6.4" + assert version.__version__ == "2.7.0" From 09401ef913cabb7bc8592de4c1dedea5e6ba32fd Mon Sep 17 00:00:00 2001 From: rv0lt Date: Thu, 30 May 2024 11:14:43 +0200 Subject: [PATCH 2/3] fixed typos --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 355838214..7e6389e84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,8 +7,8 @@ Changelog ~~~~~~~~~~~~~~~~~~~~~~~ - New features: - - Fix the User endpoint acording to openAPI standar . - - Added email contact to troubleshouting page + - Fix the User endpoint according to OpenAPI standard. + - Added email contact to troubleshotting page - Dependencies: - `Werkzeug` from `2.2.3` to `3.0.3` - `Flask-WTF` from `1.0.0` to `1.1.2` From d1471db24368e3972eb4ab70722e9aa7e632b9fd Mon Sep 17 00:00:00 2001 From: rv0lt Date: Thu, 30 May 2024 12:45:58 +0200 Subject: [PATCH 3/3] fixed typos --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7e6389e84..0f8b56ad9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ Changelog - New features: - Fix the User endpoint according to OpenAPI standard. - - Added email contact to troubleshotting page + - Added email contact to troubleshooting page - Dependencies: - `Werkzeug` from `2.2.3` to `3.0.3` - `Flask-WTF` from `1.0.0` to `1.1.2`