diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b3c47f8..1e1b835 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.1 +current_version = 3.4.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3ce33..978cfb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 3.4.0 (2024-08-01) * [Bug fix] Complete the removal of (not-ever-working) support for the Ecommerce service, by also removing references to that service from the `openedx-lms-common-settings` patch. * [Bug fix] Remove references to the mailing API (which in turn was removed from the LMS in Ironwood). diff --git a/README.md b/README.md index 216ebb2..309a234 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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.1 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.4.0 Usage -----