Skip to content

Commit

Permalink
Patch release 2.1.1 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
neozenith committed Nov 3, 2019
1 parent 8e78666 commit ffd2142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.rst
@@ -1,6 +1,8 @@
Changelog
---------
- 2.1.1 (UNRELEASED)
- 2.1.x (UNRELEASED)
- ....
- 2.1.1
- Format code with black (@neozenith)
- Use latest pypy3 in Travis (@hugovk)
- Improve documentation about custom matchers (@gward)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@ def run_tests(self):

setup(
name="vcrpy",
version="2.1.0",
version="2.1.1",
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
long_description=long_description,
author="Kevin McCarthy",
Expand Down

0 comments on commit ffd2142

Please sign in to comment.