We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e267a8 commit e2be0c2Copy full SHA for e2be0c2
cachecontrol/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
__author__ = "Eric Larson"
10
__email__ = "eric@ionrock.org"
11
-__version__ = "0.13.1"
+__version__ = "0.14.0"
12
13
from cachecontrol.adapter import CacheControlAdapter
14
from cachecontrol.controller import CacheController
docs/release_notes.rst
@@ -7,6 +7,13 @@
7
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.
15
+* Don't use the cache to return a full response if a request has a Range header.
16
17
0.13.1
18
======
19
0 commit comments