Skip to content

Commit 08f0e25

Browse files
committed
Bump version, update changes
1 parent b398a85 commit 08f0e25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.10.4
2+
------
3+
4+
- Fixed generated wrapper when using `@responses.activate` in Python 3.6+
5+
when decorated functions use parameter and/or return annotations.
6+
17
0.10.3
28
------
39

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_tests(self):
6767

6868
setup(
6969
name="responses",
70-
version="0.11.0.dev0",
70+
version="0.10.4",
7171
author="David Cramer",
7272
description=("A utility library for mocking out the `requests` Python library."),
7373
url="https://github.com/getsentry/responses",

0 commit comments

Comments
 (0)