Skip to content

Commit 20adb3f

Browse files
authored
Merge pull request #393 from datacamp/release
[CX-1182] v2.23.0
2 parents d01d2a3 + 760efc5 commit 20adb3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.0
6+
7+
- Update to protowhat v2 (embedding xwhats, `prepare_validation` helper, for checking bash history, autodebug)
8+
59
## 2.22.0
610

711
- Add support for replacing the placeholder `__focus__` with the focused code in the `expr_code` argument

pythonwhat/__init__.py

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

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)