diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ee536b..f281eeb 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 = 2.4.0 +current_version = 2.5.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index abb7818..dcff6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 2.5.0 (2024-04-05) * [Enhancement] Support Python 3.12. diff --git a/README.md b/README.md index e72acce..7daf45c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ appropriate one: | Nutmeg | `>=14.0, <15` | `nutmeg` | 1.0.x | | Olive | `>=15.0, <16` | `olive` | 2.2.x | | Palm | `>=16.0, <17` | `palm` | 2.3.x | -| Quince | `>=17.0, <18` | `main` | 2.4.x | +| Quince | `>=17.0, <18` | `main` | >=2.4.0 | [^1]: For Open edX Maple and Tutor 13, you must run version 13.2.0 or @@ -32,7 +32,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-webhook-receiver@v2.4.0 + pip install git+https://github.com/hastexo/tutor-contrib-webhook-receiver@v2.5.0 Then, to enable this plugin, run: