mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
bump version
This commit is contained in:
15
README.md
15
README.md
@@ -423,13 +423,14 @@ API in version 1.0.x
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
* 1.0.0 (in development) - _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade'
|
* 1.0.0: _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' section in the
|
||||||
section in the README. Add support for filtering sensitive data from
|
README. Add support for filtering sensitive data from requests, matching
|
||||||
requests, matching query strings after the order changes and improving the
|
query strings after the order changes and improving the built-in matchers,
|
||||||
built-in matchers, (thanks to @mshytikov), support for ignoring requests to
|
(thanks to @mshytikov), support for ignoring requests to certain hosts,
|
||||||
certain hosts, bump supported Python3 version to 3.4, fix some bugs with
|
bump supported Python3 version to 3.4, fix some bugs with Boto support
|
||||||
Boto support (thanks @marusich), fix error with URL field capitalization in
|
(thanks @marusich), fix error with URL field capitalization in README
|
||||||
README (thanks @simon-weber), added some log messages to help with debugging.
|
(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
|
* 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
|
the stub connections quite a bit to add support for the putrequest and
|
||||||
putheader calls. This version also adds support for httplib2 (thanks
|
putheader calls. This version also adds support for httplib2 (thanks
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='0.7.0',
|
version='1.0.0',
|
||||||
description=(
|
description=(
|
||||||
"Automatically mock your HTTP interactions to simplify and "
|
"Automatically mock your HTTP interactions to simplify and "
|
||||||
"speed up testing"
|
"speed up testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user