Skip to content

Commit

Permalink
Bump version, update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 15, 2018
1 parent b398a85 commit 08f0e25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.10.4
------

- Fixed generated wrapper when using `@responses.activate` in Python 3.6+
when decorated functions use parameter and/or return annotations.

0.10.3
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run_tests(self):

setup(
name="responses",
version="0.11.0.dev0",
version="0.10.4",
author="David Cramer",
description=("A utility library for mocking out the `requests` Python library."),
url="https://github.com/getsentry/responses",
Expand Down

0 comments on commit 08f0e25

Please sign in to comment.