We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7650e commit 7d194e3Copy full SHA for 7d194e3
HISTORY.rst
@@ -1,11 +1,16 @@
1
History
2
-------
3
4
-UNRELEASED
5
-++++++++++
+v1.3.1 (21 January 2022)
+++++++++++++++++++++++++
6
7
- Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
8
-- Removed outdated LinkedIn Compliance Fixes
+- 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
14
15
v1.3.0 (6 November 2019)
16
++++++++++++++++++++++++
requests_oauthlib/__init__.py
@@ -5,7 +5,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated
-__version__ = "1.3.0"
+__version__ = "1.3.1"
import requests
0 commit comments