Skip to content

Commit

Permalink
Prepare 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Sep 6, 2022
1 parent 0adbbe1 commit 1a45d97
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ Scott Gifford
Hugo van Kemenade
Richard Connon
Karim Kanso
Kian-Meng Ang
Tim Gates
Dariusz Smigiel
Nemanja Tozic
Kohki Yamagiwa
Arie Bovenberg
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

3.2.1 (2022-09-06)
------------------
OAuth2.0 Provider:
* #803: Metadata endpoint support of non-HTTPS

OAuth1.0:
* #818: Allow IPv6 being parsed by signature

General:
* Improved and fixed documentation warnings.
* Cosmetic changes based on isort

3.2.0 (2022-01-29)
------------------
OAuth2.0 Client:
Expand Down
2 changes: 1 addition & 1 deletion oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from logging import NullHandler

__author__ = 'The OAuthlib Community'
__version__ = '3.2.0'
__version__ = '3.2.1'

logging.getLogger('oauthlib').addHandler(NullHandler())

Expand Down

0 comments on commit 1a45d97

Please sign in to comment.