diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4be1952..634e9ab 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 = 4.0.0 +current_version = 5.0.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index a077b56..c5842e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 5.0.0 (2024-10-07) * Drop support for Python 3.8. diff --git a/README.md b/README.md index 38116a4..18312fb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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@v4.0.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v5.0.0 Usage -----