Skip to content

Commit 411afc6

Browse files
Bump version and changelog
1 parent cac7226 commit 411afc6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.23.1
6+
7+
- Fix string formatting in has_expr(). Strings will now have quotes in error messages. Leading and trailing whitespace is no longer removed.
8+
59
## 2.23.0
610

711
- Update to protowhat v2 (embedding xwhats, `prepare_validation` helper, for checking bash history, autodebug)

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.0"
1+
__version__ = "2.23.1"
22

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)