Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cachecontrol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = "Eric Larson"
__email__ = "[email protected]"
__version__ = "0.14.1"
__version__ = "0.14.2"

from cachecontrol.adapter import CacheControlAdapter
from cachecontrol.controller import CacheController
Expand Down
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
Loading