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 Nov 21, 2018
1 parent 4ae3eab commit a977f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### Fixed

- Local setup with `setup_state` now works correctly (e.g. when the PEC contains a list comprehension)

## 2.18.0

- Add optional `force_diagnose` parameter to `test_exercise` to force passing the `diagnose` tests in `check_correct`.
Expand Down Expand Up @@ -333,4 +339,4 @@ s.check_object('x').has_equal_value()

### Removed

- There is no support for `keep_objs_in_env`, as nobody is using it.
- There is no support for `keep_objs_in_env`, as nobody is using it.
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.0'
__version__ = '2.18.1'

from .test_exercise import test_exercise, allow_errors

0 comments on commit a977f87

Please sign in to comment.