File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
"""
18
18
import os
19
19
20
- __version__ = '0.16 .0'
20
+ __version__ = '1.0 .0'
21
21
22
22
#
23
23
# Get our data path to be added to botocore's search path
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '0.13 '
53
+ version = '1.0 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.13.2 '
55
+ release = '1.0.0 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 8
8
9
9
10
10
requires = ['botocore>=0.16.0,<0.17.0' ,
11
- 'bcdoc>=0.8 .0,<0.9 .0' ,
11
+ 'bcdoc>=0.9 .0,<0.10 .0' ,
12
12
'six>=1.1.0' ,
13
13
'colorama==0.2.5' ,
14
14
'argparse>=1.1' ,
You can’t perform that action at this time.
0 commit comments