Skip to content

Commit e8df9c6

Browse files
committed
Releasing v1.0.0
1 parent 2bde182 commit e8df9c6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.0.0 (2022-09-16)
2+
==================
3+
4+
Breaking changes
5+
----------------
6+
7+
- Pyramid OAuthLib now requires Python 3.7+.
8+
- Pyramid OAuthLib now requires OAuthLib 3+.
9+
110
0.4.2 (2020-09-07)
211
==================
312

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run_tests(self):
3434

3535
setup(
3636
name='pyramid_oauthlib',
37-
version='0.4.3-dev',
37+
version='1.0.0',
3838
description='Pyramid OAuthLib integration',
3939
long_description=README + '\n\n' + CHANGES,
4040
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)