From 521c8db3fa58d82144d10c9d67c84458776ee616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6lbel?= <cornelius.koelbel@netknights.it> Date: Tue, 12 Sep 2023 08:46:03 +0200 Subject: [PATCH] Set version 3.9 --- Changelog | 23 +++++------------------ doc/conf.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/Changelog b/Changelog index 17c795bdc9..8b2df7fd12 100644 --- a/Changelog +++ b/Changelog @@ -1,21 +1,4 @@ -Version 3.9dev3, 2023-09-04 - - Enhancements: - * Docs: Update documentation (#3728) - - Fixes: - * Correct ID and help-text for Daypassword (#3742, #3744) - -Version 3.9dev2, 2023-08-29 - - Enhancements: - * Update translations - * Update documentation (#3712, #3728) - - Fixes: - * Fix calculation of TOTP values (#3734) - -Version 3.9dev1, 2023-07-28 +Version 3.9, 2023-09-12 Features: * Tokentype: Application Specific password (#3260, #3585) @@ -53,6 +36,8 @@ Version 3.9dev1, 2023-07-28 * Docs: Improve policy mangle documentation (#3565) * Docs: Add a detailed plugin guide how to write fully functional plugins (#3650) * Docs: Fix description of preferred_client_mode (#3661) + * Docs: Update documentation (#3728, #3712, #3728) + * Update translations * Infrastructure: Add Bandit and GraphQL runs for pull requests Fixes: @@ -83,6 +68,8 @@ Version 3.9dev1, 2023-07-28 * Fixing response data of /auth endpoint to make the handling more consistent (#3436) * Fix parameter error in Webhook event handler (#3676) + * Fix calculation of TOTP values (#3734) + * Correct ID and help-text for Daypassword (#3742, #3744) Version 3.8.1, 2023-02-06 diff --git a/doc/conf.py b/doc/conf.py index 7292966832..916ea51b17 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,7 +23,7 @@ import functools # built documents. # # The short X.Y version. -version = '3.9dev3' +version = '3.9' # The full version, including alpha/beta/rc tags. #release = '2.16dev5' release = version diff --git a/setup.py b/setup.py index 26ba10d3c3..05c4e3828f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import stat import sys #VERSION = "2.1dev4" -VERSION = "3.9dev3" +VERSION = "3.9" # Taken from kennethreitz/requests/setup.py package_directory = os.path.realpath(os.path.dirname(__file__)) -- GitLab