We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c45793 commit 8cfe98eCopy full SHA for 8cfe98e
cachecontrol/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = "Eric Larson"
11
__email__ = "[email protected]"
12
-__version__ = "0.14.0"
+__version__ = "0.14.1"
13
14
from cachecontrol.adapter import CacheControlAdapter
15
from cachecontrol.controller import CacheController
docs/release_notes.rst
@@ -7,6 +7,12 @@
7
Release Notes
8
===============
+0.14.1
+======
+
+* Drop support for Python 3.8.
+* Explicitly support Python 3.13.
16
0.14.0
17
======
18
0 commit comments