From e3a7fba212e2a20271bb82ef952543121b9c6cb1 Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Tue, 5 Nov 2024 10:10:05 +0100 Subject: [PATCH] build: Version 3.1.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fcffdc6..55f29aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 3.0.0 +current_version = 3.1.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b19b35..2c6f283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 3.1.0 (2024-11-05) + +* [Enhancement] Install version 3.1.0 of ansible-role-enrollmentreports by default. + ## Version 3.0.0 (2024-10-07) * [Enhancement] Drop support for Python 3.8; update the Ubuntu base image to diff --git a/README.md b/README.md index d8a9040..1eeaa95 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ appropriate one: ## Installation - pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.0.0 + pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.1.0 ## Usage