Skip to content

Commit d95fb22

Browse files
committed
Bump version, update changelog
1 parent 71db3b9 commit d95fb22

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.20.0
6+
7+
- Expose `_debug` function
8+
- Update protowhat
9+
510
## 2.19.0
611

712
- `state` is now the first argument to SCT functions (instead of a keyword 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.19.0"
1+
__version__ = "2.20.0"
22

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)