diff --git a/HISTORY.rst b/HISTORY.rst index 6d5ce4b..260b71a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +v1.4.1 (25 March 2024) +++++++++++++++++++++++++ + +Identical release compared to v1.3.1. This release is to override pypi 1.4.0 which was published with a wrong major version with incorrect metadata, and lacking permissions from maintainer to yank the 1.4.0 release. See #540 + v1.3.1 (21 January 2022) ++++++++++++++++++++++++ diff --git a/requests_oauthlib/__init__.py b/requests_oauthlib/__init__.py index 0d3e49f..112498e 100644 --- a/requests_oauthlib/__init__.py +++ b/requests_oauthlib/__init__.py @@ -5,7 +5,7 @@ from .oauth2_auth import OAuth2 from .oauth2_session import OAuth2Session, TokenUpdated -__version__ = "1.3.1" +__version__ = "1.4.1" import requests