diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 298515f..dd27cbb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 8.0.1 +current_version = 8.1.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 f333e62..8f25f67 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -Unreleased +Version 8.1.0 (2024-11-20) ------------------------- * [Chore] Update requirements. diff --git a/README.md b/README.md index 1be49b4..2160c8f 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==8.0.1" + - "hastexo-xblock==8.1.0" ``` For additional information, please refer to the [official documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).