Skip to content

Commit

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

- Fixed deprecation warnings in python 3.7 for inspect module usage.

0.10.2
------

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.3",
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 9b7d6a9

Please sign in to comment.