From f036715531a800b1ede44f63cb11ff1f4be0c358 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 8 Jun 2023 00:34:23 -0400 Subject: [PATCH] cachecontrol: 0.13.1 --- 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.