We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c30cb commit 68c2841Copy full SHA for 68c2841
HISTORY.rst
@@ -9,7 +9,9 @@ v1.4.0 (TBD)
9
- ``OAuth2Session`` constructor now uses its ``client.scope`` when a ``client``
10
is provided and ``scope`` is not overridden. Fixes `#408
11
<https://github.com/requests/requests-oauthlib/issues/408>`_
12
-- Add support for Python 3.8-3.10
+- Add support for Python 3.8-3.12
13
+- Remove support of Python 2.x, <3.7
14
+- Migrated to Github Action
15
16
17
v1.3.1 (21 January 2022)
requests_oauthlib/__init__.py
@@ -6,7 +6,7 @@
6
from .oauth2_auth import OAuth2
7
from .oauth2_session import OAuth2Session, TokenUpdated
8
-__version__ = "1.3.1"
+__version__ = "1.4.0-dev"
import requests
0 commit comments