Skip to content

Commit a977f87

Browse files
committed
Bump version, update changelog
1 parent 4ae3eab commit a977f87

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.18.1
6+
7+
### Fixed
8+
9+
- Local setup with `setup_state` now works correctly (e.g. when the PEC contains a list comprehension)
10+
511
## 2.18.0
612

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

334340
### Removed
335341

336-
- There is no support for `keep_objs_in_env`, as nobody is using it.
342+
- There is no support for `keep_objs_in_env`, as nobody is using it.

pythonwhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.18.0'
1+
__version__ = '2.18.1'
22

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)