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 Mar 25, 2019
1 parent 37a5669 commit ffbf7f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.19.0

- `state` is now the first argument to SCT functions (instead of a keyword argument)
- functionality is shared with protowhat:
- `Reporter`, `Chain`, `F` and logic SCTs are reused
- `State` and `Feedback` inherit
- `Dispatcher` handles parsing (decoupled from `State`)
- `Test` moved

## 2.18.1

### Fixed
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.18.1"
__version__ = "2.19.0"

from .test_exercise import test_exercise, allow_errors

0 comments on commit ffbf7f8

Please sign in to comment.