We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db710af commit fd70c1bCopy full SHA for fd70c1b
cachecontrol/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
__author__ = "Eric Larson"
10
__email__ = "[email protected]"
11
-__version__ = "0.13.1rc0"
+__version__ = "0.13.1"
12
13
from cachecontrol.adapter import CacheControlAdapter
14
from cachecontrol.controller import CacheController
docs/release_notes.rst
@@ -7,8 +7,8 @@
7
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
17
0.13.0
18
======
19
20
+**YANKED**
21
+
22
The project has been moved to the `PSF <https://github.com/psf>`_ organization.
23
24
* Discard the ``strict`` attribute when serializing and deserializing responses.
0 commit comments