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.4
2+ current_version = 0.12.5
33files = setup.py cachecontrol/__init__.py docs/conf.py
44commit = True
55tag = True
Original file line number Diff line number Diff line change 44"""
55__author__ = "Eric Larson"
667- __version__ = "0.12.4 "
7+ __version__ = "0.12.5 "
88
99from .wrapper import CacheControl
1010from .adapter import CacheControlAdapter
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = "0.12.4 "
51+ version = "0.12.5 "
5252# The full version, including alpha/beta/rc tags.
53- release = "0.12.4 "
53+ release = "0.12.5 "
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33long_description = open ("README.rst" ).read ()
44
5- VERSION = "0.12.4 "
5+ VERSION = "0.12.5 "
66
77setup_params = dict (
88 name = "CacheControl" ,
You can’t perform that action at this time.
0 commit comments