Skip to content

Commit

Permalink
Releasing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Sep 17, 2022
1 parent 2bde182 commit e8df9c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.0 (2022-09-16)
==================

Breaking changes
----------------

- Pyramid OAuthLib now requires Python 3.7+.
- Pyramid OAuthLib now requires OAuthLib 3+.

0.4.2 (2020-09-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run_tests(self):

setup(
name='pyramid_oauthlib',
version='0.4.3-dev',
version='1.0.0',
description='Pyramid OAuthLib integration',
long_description=README + '\n\n' + CHANGES,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit e8df9c6

Please sign in to comment.