From 1397a55733eaa9f784d7a196b0eb01a9cbbdc43e Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Tue, 6 Aug 2024 13:07:19 +0100 Subject: [PATCH] build: Version 4.0.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1e1b835..4be1952 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.4.0 +current_version = 4.0.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index c3aea80..3ff01d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 4.0.0 (2024-08-06) * [BREAKING CHANGE] Add support for Tutor 18 and Open edX Redwood. The Tubular repository has been deprecated and the relevant scripts diff --git a/README.md b/README.md index 4547249..b148b57 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@v3.4.0 + pip install git+https://github.com/hastexo/tutor-contrib-retirement@v4.0.0 Usage -----