Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDanielOReilly committed Jul 29, 2020
1 parent cac7226 commit 411afc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

- Fix string formatting in has_expr(). Strings will now have quotes in error messages. Leading and trailing whitespace is no longer removed.

## 2.23.0

- Update to protowhat v2 (embedding xwhats, `prepare_validation` helper, for checking bash history, autodebug)
Expand Down
2 changes: 1 addition & 1 deletion pythonwhat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.23.0"
__version__ = "2.23.1"

from .test_exercise import test_exercise, allow_errors

0 comments on commit 411afc6

Please sign in to comment.