From 7bd52076756b2beebb8a3b920ae6da8a22458bfe Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Fri, 5 Apr 2024 12:48:21 +0200 Subject: [PATCH] build: Version 1.4.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3c42953..33494a9 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 = 1.3.1 +current_version = 1.4.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d126e5..dbbcee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 1.4.0 (2024-04-05) * [Enhancement] Support Python 3.12. diff --git a/README.md b/README.md index 72f8432..793e4c5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ appropriate one: | Nutmeg | `>=14.0, <15` | `main` | 1.0.x | | Olive | `>=15.0, <16` | `main` | 1.1.x | | Palm | `>=16.0, <17` | `main` | 1.2.x | -| Quince | `>=17.0, <18` | `main` | 1.3.x | +| Quince | `>=17.0, <18` | `main` | >=1.3.0 | [^1]: For Open edX Maple and Tutor 13, you must run version 13.2.0 or later. That is because this plugin uses the Tutor v1 plugin API, @@ -37,7 +37,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-s3@v1.3.1 + pip install git+https://github.com/hastexo/tutor-contrib-s3@v1.4.0 Then, to enable this plugin, run: