File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.12.13
2
+ current_version = 0.12.14
3
3
files = setup.py cachecontrol/__init__.py docs/conf.py
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 8
8
"""
9
9
__author__ = "Eric Larson"
10
10
11
- __version__ = "0.12.13 "
11
+ __version__ = "0.12.14 "
12
12
13
13
from .wrapper import CacheControl
14
14
from .adapter import CacheControlAdapter
Original file line number Diff line number Diff line change 52
52
# built documents.
53
53
#
54
54
# The short X.Y version.
55
- version = "0.12.13 "
55
+ version = "0.12.14 "
56
56
# The full version, including alpha/beta/rc tags.
57
- release = "0.12.13 "
57
+ release = "0.12.14 "
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
7
7
long_description = open ("README.rst" ).read ()
8
8
9
- VERSION = "0.12.13 "
9
+ VERSION = "0.12.14 "
10
10
11
11
setup_params = dict (
12
12
name = "CacheControl" ,
You can’t perform that action at this time.
0 commit comments