File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
"""
9
9
__author__ = "Eric Larson"
10
10
__email__ = "eric@ionrock.org"
11
- __version__ = "0.13.1rc0 "
11
+ __version__ = "0.13.1 "
12
12
13
13
from cachecontrol .adapter import CacheControlAdapter
14
14
from cachecontrol .controller import CacheController
Original file line number Diff line number Diff line change 7
7
Release Notes
8
8
===============
9
9
10
- Unreleased
11
- ==========
10
+ 0.13.1
11
+ ======
12
12
13
13
* Support for old serialization formats has been removed.
14
14
* Move the serialization implementation into own method.
@@ -17,6 +17,8 @@ Unreleased
17
17
0.13.0
18
18
======
19
19
20
+ **YANKED **
21
+
20
22
The project has been moved to the `PSF <https://github.com/psf >`_ organization.
21
23
22
24
* Discard the ``strict `` attribute when serializing and deserializing responses.
You can’t perform that action at this time.
0 commit comments