From 8cfe98e594eb796238eeb469ac05a96dff1baf19 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 4 Nov 2024 17:08:48 -0500 Subject: [PATCH] prep 0.14.1 Signed-off-by: William Woodruff --- cachecontrol/__init__.py | 2 +- docs/release_notes.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cachecontrol/__init__.py b/cachecontrol/__init__.py index 4fd76a4..0d0cd59 100644 --- a/cachecontrol/__init__.py +++ b/cachecontrol/__init__.py @@ -9,7 +9,7 @@ __author__ = "Eric Larson" __email__ = "eric@ionrock.org" -__version__ = "0.14.0" +__version__ = "0.14.1" from cachecontrol.adapter import CacheControlAdapter from cachecontrol.controller import CacheController diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4d3fc93..d78100f 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -7,6 +7,12 @@ Release Notes =============== +0.14.1 +====== + +* Drop support for Python 3.8. +* Explicitly support Python 3.13. + 0.14.0 ======