Skip to content

Commit 2f11841

Browse files
committed
chore: prep 3.0.0b1 release
1 parent 0179362 commit 2f11841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repoze.who Changelog
22
====================
33

4-
3.0.0b1 (unreleased)
4+
3.0.0b1 (2023-01-16)
55
--------------------
66

77
- Add support for Python 3.9, 3.10 and 3.11.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _read_file(filename):
3030
docs_extras = tests_require + ['Sphinx', 'repoze.sphinx.autointerface']
3131

3232
setup(name='repoze.who',
33-
version='2.4.2.dev0',
33+
version='3.0.0b1',
3434
description=('repoze.who is an identification and authentication '
3535
'framework for WSGI.'),
3636
long_description='\n\n'.join([README, CHANGES]),

0 commit comments

Comments
 (0)