Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed May 10, 2014
1 parent 3b05d49 commit c84fb18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):

setup(
name='vcrpy',
version='0.7.0',
version='1.0.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
Expand Down

0 comments on commit c84fb18

Please sign in to comment.