Skip to content

Commit 0e06836

Browse files
committed
bump version to v4.3.1
1 parent 69db5c9 commit 0e06836

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+
- 4.3.1
11+
- Support urllib3 v1 and v2. NOTE: there is an issue running urllib3 v2 on
12+
Python older than 3.10, so this is currently blocked in the requirements.
13+
Hopefully we can resolve this situation in the future. Thanks to @shifqu,
14+
hartwork, jairhenrique, pquentin, and vEpiphyte for your work on this.
1015
- 4.3.0
1116
- Add support for Python 3.11 (Thanks @evgeni)
1217
- Drop support for botocore <1.11.0 and requests <2.16.2 (thanks @hartwork)

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 import is not used in this file
66

7-
__version__ = "4.3.0"
7+
__version__ = "4.3.1"
88

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

0 commit comments

Comments
 (0)