We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e78666 commit ffd2142Copy full SHA for ffd2142
docs/changelog.rst
@@ -1,6 +1,8 @@
1
Changelog
2
---------
3
-- 2.1.1 (UNRELEASED)
+- 2.1.x (UNRELEASED)
4
+ - ....
5
+- 2.1.1
6
- Format code with black (@neozenith)
7
- Use latest pypy3 in Travis (@hugovk)
8
- Improve documentation about custom matchers (@gward)
setup.py
@@ -38,7 +38,7 @@ def run_tests(self):
38
39
setup(
40
name="vcrpy",
41
- version="2.1.0",
+ version="2.1.1",
42
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
43
long_description=long_description,
44
author="Kevin McCarthy",
0 commit comments