Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cachecontrol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -17,6 +17,8 @@ Unreleased
0.13.0
======

**YANKED**

The project has been moved to the `PSF <https://github.com/psf>`_ organization.

* Discard the ``strict`` attribute when serializing and deserializing responses.
Expand Down