Skip to content

Commit

Permalink
cachecontrol: 0.13.1 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jun 8, 2023
1 parent db710af commit fd70c1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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

0 comments on commit fd70c1b

Please sign in to comment.