From 541d4c246d8fafcccf013fd3bd7c686b5b91fc53 Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Wed, 16 Oct 2024 13:54:20 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.13.0=20=E2=86=92=208.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With dropping support for Python 3.8 and with that for releases before Redwood, we need to bump the major version. --- .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 46babbe..88ecf0a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 7.13.0 +current_version = 8.0.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? serialize = {major}.{minor}.{patch}rc{rc} diff --git a/Changelog.md b/Changelog.md index 9a9087e..2a2cab8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -Unreleased +Version 8.0.0 (2024-10-16) ------------------------- * Drop support for Python 3.8 and `XBlock<2` (and, as a consequence, any OpenĀ edX releases prior to Redwood). diff --git a/README.md b/README.md index b234fd8..3228f81 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ two steps: `OPENEDX_EXTRA_PIP_REQUIREMENTS` list in `config.yml`: ``` OPENEDX_EXTRA_PIP_REQUIREMENTS: - - "hastexo-xblock==7.13.0" + - "hastexo-xblock==8.0.0" ``` For additional information, please refer to the [official documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).