Skip to content

Commit

Permalink
Release v2.1.28 (#344)
Browse files Browse the repository at this point in the history
* updated version

* updated changelog
  • Loading branch information
ChrisTimperley authored Jul 23, 2019
1 parent eccf218 commit d523d68
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.1.28 (2019-05-08)

### Bug Fixes

* Use safe_load to load YAML files.
* Ensure HTTP requests are explicitly closed.
* Check whether port is in use before launching server.
* Use backslashreplace when decoding command output.


### Changes

* Ensured that contents of `TestSuiteCoverage` are deterministically
ordered.


## 2.1.27 (2019-05-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion bugzoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.27'
__version__ = '2.1.28'

0 comments on commit d523d68

Please sign in to comment.