We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0179362 commit 2f11841Copy full SHA for 2f11841
CHANGES.rst
@@ -1,7 +1,7 @@
1
repoze.who Changelog
2
====================
3
4
-3.0.0b1 (unreleased)
+3.0.0b1 (2023-01-16)
5
--------------------
6
7
- Add support for Python 3.9, 3.10 and 3.11.
setup.py
@@ -30,7 +30,7 @@ def _read_file(filename):
30
docs_extras = tests_require + ['Sphinx', 'repoze.sphinx.autointerface']
31
32
setup(name='repoze.who',
33
- version='2.4.2.dev0',
+ version='3.0.0b1',
34
description=('repoze.who is an identification and authentication '
35
'framework for WSGI.'),
36
long_description='\n\n'.join([README, CHANGES]),
0 commit comments