Skip to content

Commit 68c2841

Browse files
committed
Updated to 1.4.0
1 parent f5c30cb commit 68c2841

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ v1.4.0 (TBD)
99
- ``OAuth2Session`` constructor now uses its ``client.scope`` when a ``client``
1010
is provided and ``scope`` is not overridden. Fixes `#408
1111
<https://github.com/requests/requests-oauthlib/issues/408>`_
12-
- Add support for Python 3.8-3.10
12+
- Add support for Python 3.8-3.12
13+
- Remove support of Python 2.x, <3.7
14+
- Migrated to Github Action
1315

1416

1517
v1.3.1 (21 January 2022)

requests_oauthlib/__init__.py

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

9-
__version__ = "1.3.1"
9+
__version__ = "1.4.0-dev"
1010

1111
import requests
1212

0 commit comments

Comments
 (0)