Skip to content

Commit c79a06f

Browse files
committed
release version 4.1.1
1 parent 4991d3d commit c79a06f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: docs/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ 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.1.1
11+
- Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique)
12+
- Include a trailing newline on json cassettes (thanks @AaronRobson)
1013
- 4.1.0
1114
- Add support for httpx!! (thanks @herdigiorgi)
1215
- Add the new `allow_playback_repeats` option (thanks @tysonholub)

Diff for: vcr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from logging import NullHandler
44
from .record_mode import RecordMode as mode # noqa import is not used in this file
55

6-
__version__ = "4.1.0"
6+
__version__ = "4.1.1"
77

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

0 commit comments

Comments
 (0)