diff --git a/Changelog b/Changelog index f6dc6a42f0fb6741fa772530661954fe40b54ee6..17c795bdc96f63b21e98fb95e362200e2dc4d674 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +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: diff --git a/doc/conf.py b/doc/conf.py index 1f74da416ff63a4f120a5f0aab8b864096dbb982..7292966832cc4279e5c4aea8dd13e4974c35eb69 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,7 +23,7 @@ import functools # built documents. # # The short X.Y version. -version = '3.9dev2' +version = '3.9dev3' # The full version, including alpha/beta/rc tags. #release = '2.16dev5' release = version diff --git a/setup.py b/setup.py index a8f4492eb7b917874c115b8547fc1abd01b77a7c..26ba10d3c38f72e76a90883d93b9b70957b34ba1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import stat import sys #VERSION = "2.1dev4" -VERSION = "3.9dev2" +VERSION = "3.9dev3" # Taken from kennethreitz/requests/setup.py package_directory = os.path.realpath(os.path.dirname(__file__))