From 01bd961482b6fde2e3c64e49e4696f05da4779f5 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 8 Jun 2023 01:26:31 -0400 Subject: [PATCH] cachecontrol: 0.13.1 (#315) --- cachecontrol/__init__.py | 2 +- docs/release_notes.rst | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cachecontrol/__init__.py b/cachecontrol/__init__.py index df768f9..abbf8c0 100644 --- a/cachecontrol/__init__.py +++ b/cachecontrol/__init__.py @@ -8,7 +8,7 @@ """ __author__ = "Eric Larson" __email__ = "eric@ionrock.org" -__version__ = "0.13.1rc0" +__version__ = "0.13.1" from cachecontrol.adapter import CacheControlAdapter from cachecontrol.controller import CacheController diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4a6d55c..be9e939 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -7,8 +7,8 @@ Release Notes =============== -Unreleased -========== +0.13.1 +====== * Support for old serialization formats has been removed. * Move the serialization implementation into own method. @@ -17,6 +17,8 @@ Unreleased 0.13.0 ====== +**YANKED** + The project has been moved to the `PSF `_ organization. * Discard the ``strict`` attribute when serializing and deserializing responses.