Skip to content

Commit 7d194e3

Browse files
committed
Add changelog for 1.3.1
1 parent 2c7650e commit 7d194e3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

HISTORY.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
History
22
-------
33

4-
UNRELEASED
5-
++++++++++
4+
v1.3.1 (21 January 2022)
5+
++++++++++++++++++++++++
66

77
- Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
8-
- Removed outdated LinkedIn Compliance Fixes
8+
- Add eBay compliance fix
9+
- Add Spotify OAuth 2 Tutorial
10+
- Add support for python 3.8, 3.9
11+
- Fixed LinkedIn Compliance Fixes
12+
- Fixed ReadTheDocs Documentation and sphinx errors
13+
- Moved pipeline to GitHub Actions
914

1015
v1.3.0 (6 November 2019)
1116
++++++++++++++++++++++++

requests_oauthlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .oauth2_auth import OAuth2
66
from .oauth2_session import OAuth2Session, TokenUpdated
77

8-
__version__ = "1.3.0"
8+
__version__ = "1.3.1"
99

1010
import requests
1111

0 commit comments

Comments
 (0)