Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansje committed Jul 31, 2019
1 parent a60b7fa commit 5d92664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0

- Add support for replacing the placeholder `__focus__` with the focused code in the `expr_code` argument
- Expose bash history functionality from protowhat

## 2.21.0

- Use path info in `run`
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.21.0"
__version__ = "2.22.0"

from .test_exercise import test_exercise, allow_errors

0 comments on commit 5d92664

Please sign in to comment.