Skip to content

Commit 8cfe98e

Browse files
committed
prep 0.14.1
Signed-off-by: William Woodruff <[email protected]>
1 parent 9c45793 commit 8cfe98e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cachecontrol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = "Eric Larson"
1111
__email__ = "[email protected]"
12-
__version__ = "0.14.0"
12+
__version__ = "0.14.1"
1313

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

docs/release_notes.rst

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

10+
0.14.1
11+
======
12+
13+
* Drop support for Python 3.8.
14+
* Explicitly support Python 3.13.
15+
1016
0.14.0
1117
======
1218

0 commit comments

Comments
 (0)