diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a89376..d21cbec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Unreleased ---------- * Nothing +[5.7.1] +-------- +chore: Update Requirements specifically to unpin the requests library + [5.7.0] -------- feat: Adding python 3.11 and 3.12 support. Dropped django32 support. diff --git a/edx_rest_api_client/__version__.py b/edx_rest_api_client/__version__.py index dd9e76c..bb29223 100644 --- a/edx_rest_api_client/__version__.py +++ b/edx_rest_api_client/__version__.py @@ -1 +1 @@ -__version__ = '5.7.0' +__version__ = '5.7.1'