We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96b740 commit a09d0abCopy full SHA for a09d0ab
HISTORY.rst
@@ -1,7 +1,7 @@
1
History
2
-------
3
4
-v1.4.0 (27 Feb 2024)
+v2.0.0 (22 March 2024)
5
++++++++++++++++++++++++
6
7
Full set of changes are in [github](https://github.com/requests/requests-oauthlib/milestone/4?closed=1).
@@ -22,6 +22,11 @@ Additions & changes:
22
- Updated dependencies
23
- Cleanup some docs and examples
24
25
+v1.4.0 (27 Feb 2024)
26
+++++++++++++++++++++++++
27
+
28
+- Version 2.0.0 published initially as 1.4.0, it was yanked eventually.
29
30
v1.3.1 (21 January 2022)
31
32
requests_oauthlib/__init__.py
@@ -6,7 +6,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated
8
9
-__version__ = "1.4.0"
+__version__ = "2.0.0"
10
11
import requests
12
0 commit comments