diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e1a94e..fcffdc6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 2.5.0 +current_version = 3.0.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 551f8f7..9b19b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 3.0.0 (2024-10-07) * [Enhancement] Drop support for Python 3.8; update the Ubuntu base image to "Ubuntu Jammy" (22.04). diff --git a/README.md b/README.md index e038246..d8a9040 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ appropriate one: ## Installation - pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v2.5.0 + pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.0.0 ## Usage