Skip to content

Commit a09d0ab

Browse files
committed
Update 1.4.0 into 2.0.0 to be semver compliant.
1 parent d96b740 commit a09d0ab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
History
22
-------
33

4-
v1.4.0 (27 Feb 2024)
4+
v2.0.0 (22 March 2024)
55
++++++++++++++++++++++++
66

77
Full set of changes are in [github](https://github.com/requests/requests-oauthlib/milestone/4?closed=1).
@@ -22,6 +22,11 @@ Additions & changes:
2222
- Updated dependencies
2323
- Cleanup some docs and examples
2424

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+
2530
v1.3.1 (21 January 2022)
2631
++++++++++++++++++++++++
2732

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.4.0"
9+
__version__ = "2.0.0"
1010

1111
import requests
1212

0 commit comments

Comments
 (0)