From d95fb22313ef13eefad96c2e615e96a65e3075e2 Mon Sep 17 00:00:00 2001 From: Jeroen Hermans Date: Fri, 10 May 2019 15:33:41 +0200 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 5 +++++ pythonwhat/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c754f8e8..f06bd833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.20.0 + +- Expose `_debug` function +- Update protowhat + ## 2.19.0 - `state` is now the first argument to SCT functions (instead of a keyword argument) diff --git a/pythonwhat/__init__.py b/pythonwhat/__init__.py index 0ea5ba40..7a4c712d 100644 --- a/pythonwhat/__init__.py +++ b/pythonwhat/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.19.0" +__version__ = "2.20.0" from .test_exercise import test_exercise, allow_errors