diff --git a/cachecontrol/__init__.py b/cachecontrol/__init__.py index 0d0cd59..5493afa 100644 --- a/cachecontrol/__init__.py +++ b/cachecontrol/__init__.py @@ -9,7 +9,7 @@ __author__ = "Eric Larson" __email__ = "eric@ionrock.org" -__version__ = "0.14.1" +__version__ = "0.14.2" from cachecontrol.adapter import CacheControlAdapter from cachecontrol.controller import CacheController diff --git a/docs/release_notes.rst b/docs/release_notes.rst index d78100f..3b63b5e 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -7,6 +7,12 @@ Release Notes =============== +0.14.2 +====== + +* Eliminate a race condition when overwriting cache entries. +* Fix a ``requests`` object leak when doing caching on a streamed response + 0.14.1 ======