Skip to content

Commit ffd2142

Browse files
authored
Patch release 2.1.1 (#490)
1 parent 8e78666 commit ffd2142

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: docs/changelog.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
---------
3-
- 2.1.1 (UNRELEASED)
3+
- 2.1.x (UNRELEASED)
4+
- ....
5+
- 2.1.1
46
- Format code with black (@neozenith)
57
- Use latest pypy3 in Travis (@hugovk)
68
- Improve documentation about custom matchers (@gward)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run_tests(self):
3838

3939
setup(
4040
name="vcrpy",
41-
version="2.1.0",
41+
version="2.1.1",
4242
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
4343
long_description=long_description,
4444
author="Kevin McCarthy",

0 commit comments

Comments
 (0)