Skip to content

Commit fd70c1b

Browse files
authored
cachecontrol: 0.13.1 (#315)
1 parent db710af commit fd70c1b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cachecontrol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
__author__ = "Eric Larson"
1010
__email__ = "[email protected]"
11-
__version__ = "0.13.1rc0"
11+
__version__ = "0.13.1"
1212

1313
from cachecontrol.adapter import CacheControlAdapter
1414
from cachecontrol.controller import CacheController

docs/release_notes.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
Release Notes
88
===============
99

10-
Unreleased
11-
==========
10+
0.13.1
11+
======
1212

1313
* Support for old serialization formats has been removed.
1414
* Move the serialization implementation into own method.
@@ -17,6 +17,8 @@ Unreleased
1717
0.13.0
1818
======
1919

20+
**YANKED**
21+
2022
The project has been moved to the `PSF <https://github.com/psf>`_ organization.
2123

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

0 commit comments

Comments
 (0)