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.