Skip to content

Commit

Permalink
docs: update version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Dec 8, 2019
1 parent 945296d commit 36b9149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ async def aresponses(loop):

## Changelog

#### 1.1.2
- make passthrough feature work with binary data

#### 1.1.1
- regex fix for Python 3.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "1.1.1"
__version__ = "1.1.2"

setup(
name="aresponses",
Expand Down

0 comments on commit 36b9149

Please sign in to comment.