Skip to content

Commit 928422d

Browse files
authored
chore: prep 0.14.2 (#350)
1 parent 2ac01e0 commit 928422d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cachecontrol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = "Eric Larson"
1111
__email__ = "[email protected]"
12-
__version__ = "0.14.1"
12+
__version__ = "0.14.2"
1313

1414
from cachecontrol.adapter import CacheControlAdapter
1515
from cachecontrol.controller import CacheController

docs/release_notes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
Release Notes
88
===============
99

10+
0.14.2
11+
======
12+
13+
* Eliminate a race condition when overwriting cache entries.
14+
* Fix a ``requests`` object leak when doing caching on a streamed response
15+
1016
0.14.1
1117
======
1218

0 commit comments

Comments
 (0)