Skip to content

Commit 68038d0

Browse files
committed
release v6.0.1
1 parent f76289a commit 68038d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ For a full list of triaged issues, bugs and PRs and what release they are target
77

88
All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.
99

10+
- 6.0.1
11+
- Bugfix with to Tornado cassette generator (thanks @graingert)
1012
- 6.0.0
1113
- BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784. NOTE: You may have to recreate some of your cassettes produced in previous releases due to the binary format being saved incorrectly in previous releases
1214
- BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks @jairhenrique)

vcr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .config import VCR
55
from .record_mode import RecordMode as mode # noqa: F401
66

7-
__version__ = "6.0.0"
7+
__version__ = "6.0.1"
88

99
logging.getLogger(__name__).addHandler(NullHandler())
1010

0 commit comments

Comments
 (0)