diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fccd7120..69d588d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,22 +14,13 @@ Unreleased * -[3.1.2] - 2021-01-25 +[3.3.3] - 2021-02-02 -------------------- Changed -~~~~~ - -* Reverting pyjwt latest version. It was causing issues in IDAs. - -[3.1.1] - 2021-01-25 --------------------- - -Changed -~~~~~ - -* Fixed pyjwt issue. +~~~~~~~ +* Fixed the changelog to match the package version [3.1.0] - 2020-05-08 -------------------- diff --git a/auth_backends/__init__.py b/auth_backends/__init__.py index d02b8749..ade9876c 100644 --- a/auth_backends/__init__.py +++ b/auth_backends/__init__.py @@ -3,4 +3,4 @@ These package is designed to be used primarily with Open edX Django projects, but should be compatible with non-edX projects as well. """ -__version__ = '3.3.2' # pragma: no cover +__version__ = '3.3.3' # pragma: no cover