mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Patch release 2.1.1 (#490)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
- 2.1.1 (UNRELEASED)
|
- 2.1.x (UNRELEASED)
|
||||||
|
- ....
|
||||||
|
- 2.1.1
|
||||||
- Format code with black (@neozenith)
|
- Format code with black (@neozenith)
|
||||||
- Use latest pypy3 in Travis (@hugovk)
|
- Use latest pypy3 in Travis (@hugovk)
|
||||||
- Improve documentation about custom matchers (@gward)
|
- Improve documentation about custom matchers (@gward)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -38,7 +38,7 @@ if sys.version_info[0] == 2:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="vcrpy",
|
name="vcrpy",
|
||||||
version="2.1.0",
|
version="2.1.1",
|
||||||
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
|
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author="Kevin McCarthy",
|
author="Kevin McCarthy",
|
||||||
|
|||||||
Reference in New Issue
Block a user