We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac01e0 commit 928422dCopy full SHA for 928422d
cachecontrol/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = "Eric Larson"
11
__email__ = "[email protected]"
12
-__version__ = "0.14.1"
+__version__ = "0.14.2"
13
14
from cachecontrol.adapter import CacheControlAdapter
15
from cachecontrol.controller import CacheController
docs/release_notes.rst
@@ -7,6 +7,12 @@
7
Release Notes
8
===============
+0.14.2
+======
+
+* Eliminate a race condition when overwriting cache entries.
+* Fix a ``requests`` object leak when doing caching on a streamed response
16
0.14.1
17
======
18
0 commit comments