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

Bump version to 1.2.0

This commit is contained in:
Ivan Malison
2015-01-08 10:56:39 -08:00
parent c0a22df7ed
commit a7c7e4e279
2 changed files with 4 additions and 2 deletions

View File

@@ -457,6 +457,8 @@ API in version 1.0.x
## Changelog
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
users to stub custom classes when cassettes become active.
* 1.1.4 Add force reset around calls to actual connection from stubs, to ensure
compatibility with the version of httplib/urlib2 in python 2.7.9.
* 1.1.3 Fix python3 headers field (thanks @rtaboada), fix boto test (thanks

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
##!/usr/bin/env python
import sys
from setuptools import setup
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='1.1.4',
version='1.2.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"