diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 47cd6f3..b3c47f8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,7 +3,7 @@ commit = True tag = True sign_tags = True message = build: Version {new_version} -current_version = 3.3.0 +current_version = 3.3.1 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff0ee1..7c1f74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 3.3.1 (2024-07-03) * [Bug fix] Drop support for retiring users in the [Open edX E-Commerce Service](https://github.com/openedx/ecommerce). Per the discussion in [Issue #36](https://github.com/hastexo/tutor-contrib-retirement/issues/36), account retirement for the E-Commerce Service "will never" work and "has never" worked, thus this is not a breaking change. diff --git a/README.md b/README.md index f1b0205..67c8222 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This plugin cannot be used for retiring accounts in the [Open edX E-Commerce S Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.3.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.3.1 Usage -----