diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9a7d2cf..47cd6f3 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.2.0 +current_version = 3.3.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 5368264..348a154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 3.3.0 (2024-04-05) * [Enhancement] Support Python 3.12. diff --git a/README.md b/README.md index d518af6..5e5fe36 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ appropriate one: | Palm | `>=16.0, <17` | `main` | 3.x.x | | Quince | `>=17.0, <18` | `main` | 3.x.x | -[^1]: For Open edX Maple and Tutor 13, you must run version 13.2.0 or +[^1]: For Open edX Maple and Tutor 13, you must run version 13.3.0 or  later. That is because this plugin uses the Tutor v1 plugin API,  [which was introduced with that  release](https://github.com/overhangio/tutor/blob/master/CHANGELOG.md#v1320-2022-04-24). @@ -30,7 +30,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.2.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v3.3.0 Usage -----