Skip to content

Commit 1a45d97

Browse files
committed
Prepare 3.2.1 release
1 parent 0adbbe1 commit 1a45d97

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ Scott Gifford
4949
Hugo van Kemenade
5050
Richard Connon
5151
Karim Kanso
52+
Kian-Meng Ang
53+
Tim Gates
54+
Dariusz Smigiel
55+
Nemanja Tozic
56+
Kohki Yamagiwa
57+
Arie Bovenberg

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
3.2.1 (2022-09-06)
5+
------------------
6+
OAuth2.0 Provider:
7+
* #803: Metadata endpoint support of non-HTTPS
8+
9+
OAuth1.0:
10+
* #818: Allow IPv6 being parsed by signature
11+
12+
General:
13+
* Improved and fixed documentation warnings.
14+
* Cosmetic changes based on isort
15+
416
3.2.0 (2022-01-29)
517
------------------
618
OAuth2.0 Client:

oauthlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from logging import NullHandler
1313

1414
__author__ = 'The OAuthlib Community'
15-
__version__ = '3.2.0'
15+
__version__ = '3.2.1'
1616

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

0 commit comments

Comments
 (0)