diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af8e0b6..8442881 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 7.7.3 +current_version = 7.8.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 2091062..fd2b4d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -Unreleased +Version 7.8.0 (2023-12-13) ------------------------- * [Enhancement] Add an option to launch the lab in a new window. diff --git a/README.md b/README.md index d998650..a63470f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ two steps: `OPENEDX_EXTRA_PIP_REQUIREMENTS` list in `config.yml`: ``` OPENEDX_EXTRA_PIP_REQUIREMENTS: - - "hastexo-xblock==7.7.3" + - "hastexo-xblock==7.8.0" ``` For additional information, please refer to the [official documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).