Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd70c1b

Browse files
authoredJun 8, 2023
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
__author__ = "Eric Larson"
1010
__email__ = "eric@ionrock.org"
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

Lines changed: 4 additions & 2 deletions
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)
Please sign in to comment.