Skip to content

Commit d523d68

Browse files
Release v2.1.28 (#344)
* updated version * updated changelog
1 parent eccf218 commit d523d68

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2.1.28 (2019-05-08)
2+
3+
### Bug Fixes
4+
5+
* Use safe_load to load YAML files.
6+
* Ensure HTTP requests are explicitly closed.
7+
* Check whether port is in use before launching server.
8+
* Use backslashreplace when decoding command output.
9+
10+
11+
### Changes
12+
13+
* Ensured that contents of `TestSuiteCoverage` are deterministically
14+
ordered.
15+
16+
117
## 2.1.27 (2019-05-08)
218

319
### Features

bugzoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.27'
1+
__version__ = '2.1.28'

0 commit comments

Comments
 (0)