Skip to content

Commit 5d92664

Browse files
committed
Bump version, update changelog
1 parent a60b7fa commit 5d92664

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.22.0
6+
7+
- Add support for replacing the placeholder `__focus__` with the focused code in the `expr_code` argument
8+
- Expose bash history functionality from protowhat
9+
510
## 2.21.0
611

712
- Use path info in `run`

pythonwhat/__init__.py

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

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)