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 1
1
[bumpversion]
2
- current_version = 0.12.1
2
+ current_version = 0.12.2
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 4
4
"""
5
5
__author__ = 'Eric Larson'
6
6
7
- __version__ = '0.12.1 '
7
+ __version__ = '0.12.2 '
8
8
9
9
from .wrapper import CacheControl
10
10
from .adapter import CacheControlAdapter
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.12.1 '
51
+ version = '0.12.2 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.12.1 '
53
+ release = '0.12.2 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
long_description = open ('README.rst' ).read ()
4
4
5
- VERSION = '0.12.1 '
5
+ VERSION = '0.12.2 '
6
6
7
7
setup_params = dict (
8
8
name = 'CacheControl' ,
You can’t perform that action at this time.
0 commit comments