We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e556561 commit 685bc0eCopy full SHA for 685bc0e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 2.8.1
4
+
5
+Fix #52, exception building HttpResponse from structure with no mode specified. (Thanks [@jbackman](https://github.com/jbackman).)
6
7
+## 2.8
8
9
+Add default_response attribute to Impostor.
10
11
## 2.7
12
13
* HTTPS support.
setup.py
@@ -50,7 +50,7 @@
50
setup(
51
name="mbtest",
52
zip_safe=False,
53
- version="2.8.0",
+ version="2.8.1",
54
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
55
long_description=long_description,
56
long_description_content_type="text/markdown",
0 commit comments