From c84fb1886b24ed54bd70559a2fb78a6557a8c216 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 10 May 2014 12:01:19 -1000 Subject: [PATCH] bump version --- README.md | 15 ++++++++------- setup.py | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e985132..aacd288 100644 --- a/README.md +++ b/README.md @@ -423,13 +423,14 @@ API in version 1.0.x ## Changelog - * 1.0.0 (in development) - _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' - section in the README. Add support for filtering sensitive data from - requests, matching query strings after the order changes and improving the - built-in matchers, (thanks to @mshytikov), support for ignoring requests to - certain hosts, bump supported Python3 version to 3.4, fix some bugs with - Boto support (thanks @marusich), fix error with URL field capitalization in - README (thanks @simon-weber), added some log messages to help with debugging. + * 1.0.0: _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' section in the + README. Add support for filtering sensitive data from requests, matching + query strings after the order changes and improving the built-in matchers, + (thanks to @mshytikov), support for ignoring requests to certain hosts, + bump supported Python3 version to 3.4, fix some bugs with Boto support + (thanks @marusich), fix error with URL field capitalization in README + (thanks @simon-weber), added some log messages to help with debugging, + added `all_played` property on cassette (thanks @mshytikov) * 0.7.0: VCR.py now supports Python 3! (thanks @asundg) Also I refactored the stub connections quite a bit to add support for the putrequest and putheader calls. This version also adds support for httplib2 (thanks diff --git a/setup.py b/setup.py index 8fb8995..168caf0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='0.7.0', + version='1.0.0', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"