Skip to content

Commit

Permalink
prep 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Feb 2, 2024
1 parent 4e267a8 commit e2be0c2
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -8,7 +8,7 @@
"""
__author__ = "Eric Larson"
__email__ = "eric@ionrock.org"
__version__ = "0.13.1"
__version__ = "0.14.0"

from cachecontrol.adapter import CacheControlAdapter
from cachecontrol.controller import CacheController
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
Release Notes
===============

0.14.0
======

* Explicitly allow ``pathlib.Path`` as a type for ``FileCache.directory``.
* Drop support for Python 3.7. Python 3.8 is now the minimum version.
* Don't use the cache to return a full response if a request has a Range header.

0.13.1
======

Expand Down

0 comments on commit e2be0c2

Please sign in to comment.