We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bde182 commit e8df9c6Copy full SHA for e8df9c6
CHANGES.txt
@@ -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
10
0.4.2 (2020-09-07)
11
==================
12
setup.py
@@ -34,7 +34,7 @@ def run_tests(self):
34
35
setup(
36
name='pyramid_oauthlib',
37
- version='0.4.3-dev',
+ version='1.0.0',
38
description='Pyramid OAuthLib integration',
39
long_description=README + '\n\n' + CHANGES,
40
long_description_content_type="text/x-rst",
0 commit comments