From 685bc0eb3d3e8d6b67321db15727a0fe8d57536f Mon Sep 17 00:00:00 2001 From: Simon Brunning Date: Mon, 7 Jun 2021 13:45:47 +0100 Subject: [PATCH] Release --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3179416..7f37c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.8.1 + +Fix #52, exception building HttpResponse from structure with no mode specified. (Thanks [@jbackman](https://github.com/jbackman).) + +## 2.8 + +Add default_response attribute to Impostor. + ## 2.7 * HTTPS support. diff --git a/setup.py b/setup.py index 009874d..81dc0d6 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( name="mbtest", zip_safe=False, - version="2.8.0", + version="2.8.1", description="Python wrapper & utils for the Mountebank over the wire test double tool.", long_description=long_description, long_description_content_type="text/markdown",