File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12.11
2+ current_version = 0.12.13
33files = setup.py cachecontrol/__init__.py docs/conf.py
44commit = True
55tag = True
Original file line number Diff line number Diff line change 88"""
99__author__ = "Eric Larson"
1010__email__ = "eric@ionrock.org"
11- __version__ = "0.12.11 "
11+ __version__ = "0.12.13 "
1212
1313from .wrapper import CacheControl
1414from .adapter import CacheControlAdapter
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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+
10170.12.11
1118=======
1219
Original file line number Diff line number Diff line change 66
77long_description = open ("README.rst" ).read ()
88
9- VERSION = "0.12.11 "
9+ VERSION = "0.12.13 "
1010
1111setup_params = dict (
1212 name = "CacheControl" ,
You can’t perform that action at this time.
0 commit comments