From dd95ce97f863a29545b348edc149e6f111d345ab Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Fri, 15 May 2026 13:51:06 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.0.0=20=E2=86=92=209.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 74b9621..9609670 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 9.0.0 +current_version = 9.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 209b8c1..4ec8adf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -Unreleased +Version 9.1.0 (2026-05-15) ------------------------- * [Enhancement] Add Mac Cmd+V paste support for the lab terminal. diff --git a/README.md b/README.md index cb72f76..f4e1c91 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Running this XBlock with Tutor (for Open edX Maple and later) requires two steps 1. Install the XBlock to your Tutor environment by adding it to the `OPENEDX_EXTRA_PIP_REQUIREMENTS` list in `config.yml`: ```yaml OPENEDX_EXTRA_PIP_REQUIREMENTS: - - "stackamole-xblock==9.0.0" + - "stackamole-xblock==9.1.0" ``` For additional information, please refer to the [official documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).