Skip to content

Commit

Permalink
chore: prep 0.14.2 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jan 7, 2025
1 parent 2ac01e0 commit 928422d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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

0 comments on commit 928422d

Please sign in to comment.