File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12.13
2+ current_version = 0.12.14
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"
101011- __version__ = "0.12.13 "
11+ __version__ = "0.12.14 "
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.13 "
55+ version = "0.12.14 "
5656# The full version, including alpha/beta/rc tags.
57- release = "0.12.13 "
57+ release = "0.12.14 "
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 66
77long_description = open ("README.rst" ).read ()
88
9- VERSION = "0.12.13 "
9+ VERSION = "0.12.14 "
1010
1111setup_params = dict (
1212 name = "CacheControl" ,
You can’t perform that action at this time.
0 commit comments