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

bump version

This commit is contained in:
Kevin McCarthy
2014-05-17 13:09:10 -10:00
parent 70abc5058c
commit c6590f2caf
2 changed files with 2 additions and 1 deletions

View File

@@ -423,6 +423,7 @@ API in version 1.0.x
## Changelog
* 1.0.2: Fix an issue with requests 2.3
* 1.0.1: Fix a bug with the new ignore requests feature and the once
record mode
* 1.0.0: _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' section in the

View File

@@ -20,7 +20,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='1.0.1',
version='1.0.2',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"