diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6194bfd..9a7d2cf 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.1.0 +current_version = 3.2.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index e97aba7..2c8c4f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 3.2.0 (2024-01-12) * [Enhancement] Support Tutor 17 and Open edX Quince. diff --git a/README.md b/README.md index a500062..d518af6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.1.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.2.0 Usage -----