1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Patch release 2.1.1 (#490)

This commit is contained in:
Josh Peak
2019-11-03 21:35:39 +11:00
committed by GitHub
parent 8e78666b8a
commit ffd2142d86
2 changed files with 4 additions and 2 deletions

View File

@@ -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)

View File

@@ -38,7 +38,7 @@ if sys.version_info[0] == 2:
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",