Skip to content

Commit 3daedfe

Browse files
committed
chore: release 0.12.13
Signed-off-by: Frost Ming <[email protected]>
1 parent 81ef6ba commit 3daedfe

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.11
2+
current_version = 0.12.13
33
files = setup.py cachecontrol/__init__.py docs/conf.py
44
commit = True
55
tag = True

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.12.11"
11+
__version__ = "0.12.13"
1212

1313
from .wrapper import CacheControl
1414
from .adapter import CacheControlAdapter

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = "0.12.11"
55+
version = "0.12.13"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "0.12.11"
57+
release = "0.12.13"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

docs/release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
Release Notes
88
===============
99

10+
0.12.13
11+
=======
12+
13+
* Discard the ``strict`` attribute when serializing and deserializing responses.
14+
* Fix the IncompleteRead error thrown by ``urllib3`` 2.0.
15+
* Exclude the tests directory from the wheel.
16+
1017
0.12.11
1118
=======
1219

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
long_description = open("README.rst").read()
88

9-
VERSION = "0.12.11"
9+
VERSION = "0.12.13"
1010

1111
setup_params = dict(
1212
name="CacheControl",

0 commit comments

Comments
 (0)