From ffd2142d862358fbdc7a96932996e5bb2e78821b Mon Sep 17 00:00:00 2001 From: Josh Peak Date: Sun, 3 Nov 2019 21:35:39 +1100 Subject: [PATCH] Patch release 2.1.1 (#490) --- docs/changelog.rst | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bda16bac..0dbb3504 100644 --- a/docs/changelog.rst +++ b/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) diff --git a/setup.py b/setup.py index 4357d822..5b7826e1 100644 --- a/setup.py +++ b/setup.py @@ -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",