Skip to content

Commit

Permalink
Merge pull request #537 from requests/2.0.0
Browse files Browse the repository at this point in the history
Preparing the 2.0.0 to replace 1.4.0
  • Loading branch information
JonathanHuot committed Mar 22, 2024
2 parents eee74a2 + a09d0ab commit 90352e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History
-------

v1.4.0 (27 Feb 2024)
v2.0.0 (22 March 2024)
++++++++++++++++++++++++

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

v1.4.0 (27 Feb 2024)
++++++++++++++++++++++++

- Version 2.0.0 published initially as 1.4.0, it was yanked eventually.

v1.3.1 (21 January 2022)
++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion requests_oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .oauth2_auth import OAuth2
from .oauth2_session import OAuth2Session, TokenUpdated

__version__ = "1.4.0"
__version__ = "2.0.0"

import requests

Expand Down
Empty file added tests/examples/__init__.py
Empty file.

0 comments on commit 90352e4

Please sign in to comment.