Skip to content

Commit

Permalink
Update changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 12, 2020
1 parent 1cf45ca commit 1f2d9e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.10.15
-------

- Added `assert_call_count` to improve ergonomics around ensuring a mock was called.
- Fix incorrect handling of paths with query strings.
- Add Python 3.9 support to CI matrix.

0.10.14
-------

- Retag of 0.10.13

0.10.13
-------

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

setup(
name="responses",
version="0.10.15-dev",
version="0.10.15",
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 1f2d9e9

Please sign in to comment.