Skip to content

Commit 82c27f2

Browse files
committed
chore: bump version, update changelog
1 parent 928c519 commit 82c27f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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).
44

5+
## 2.24.0
6+
7+
- Support Python version 3.9
8+
- Update dependencies to up-to-date versions
9+
510
## 2.23.2
611

712
- 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.

pythonwhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.23.1"
1+
__version__ = "2.24.0"
22

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)