We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf218 commit d523d68Copy full SHA for d523d68
CHANGELOG.md
@@ -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
17
## 2.1.27 (2019-05-08)
18
19
### Features
bugzoo/version.py
@@ -1 +1 @@
-__version__ = '2.1.27'
+__version__ = '2.1.28'
0 commit comments