Skip to content

Commit e2be0c2

Browse files
committedFeb 2, 2024
prep 0.14.0
1 parent 4e267a8 commit e2be0c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎cachecontrol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
__author__ = "Eric Larson"
1010
__email__ = "eric@ionrock.org"
11-
__version__ = "0.13.1"
11+
__version__ = "0.14.0"
1212

1313
from cachecontrol.adapter import CacheControlAdapter
1414
from cachecontrol.controller import CacheController

‎docs/release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
Release Notes
88
===============
99

10+
0.14.0
11+
======
12+
13+
* Explicitly allow ``pathlib.Path`` as a type for ``FileCache.directory``.
14+
* Drop support for Python 3.7. Python 3.8 is now the minimum version.
15+
* Don't use the cache to return a full response if a request has a Range header.
16+
1017
0.13.1
1118
======
1219

0 commit comments

Comments
 (0)
Please sign in to comment.