From 82c27f20eb0ebde39200101e1343a0dba28069a8 Mon Sep 17 00:00:00 2001 From: TimSangster Date: Thu, 16 Sep 2021 10:55:23 +0200 Subject: [PATCH] chore: bump version, update changelog --- CHANGELOG.md | 5 +++++ pythonwhat/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7738b79e..cd1ab6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the pythonwhat project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.24.0 + +- Support Python version 3.9 +- Update dependencies to up-to-date versions + ## 2.23.2 - Update behaviour of has_expr() default feedback message. If the student's evaluation is too long, it is now shortened and an ellipsis is added. diff --git a/pythonwhat/__init__.py b/pythonwhat/__init__.py index e30b3e2a..3679b143 100644 --- a/pythonwhat/__init__.py +++ b/pythonwhat/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.23.1" +__version__ = "2.24.0" from .test_exercise import test_exercise, allow_errors