Skip to content

Commit 3278619

Browse files
committed
Release v7.0.0
1 parent 3fb62e0 commit 3278619

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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+
- 7.0.0
11+
- Drop support for python 3.8 (major version bump) - thanks @jairhenrique
12+
- Various linting and test fixes - thanks @jairhenrique
13+
- Bugfix for urllib2>=2.3.0 - missing version_string (#888)
14+
- Bugfix for asyncio.run - thanks @alekeik1
1015
- 6.0.2
1116
- Ensure body is consumed only once (#846) - thanks @sathieu
1217
- Permit urllib3 2.x for non-PyPy Python >=3.10

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.2"
7+
__version__ = "7.0.0"
88

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

0 commit comments

Comments
 (0)