Skip to content

Commit 48393fd

Browse files
committed
Merge branch 'release-1.0.0' into develop
* release-1.0.0: Bumping version to 1.0.0
2 parents 2e0cb31 + 469bab6 commit 48393fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '0.16.0'
20+
__version__ = '1.0.0'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '0.13'
53+
version = '1.0'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.13.2'
55+
release = '1.0.0'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
requires = ['botocore>=0.16.0,<0.17.0',
11-
'bcdoc>=0.8.0,<0.9.0',
11+
'bcdoc>=0.9.0,<0.10.0',
1212
'six>=1.1.0',
1313
'colorama==0.2.5',
1414
'argparse>=1.1',

0 commit comments

Comments
 (0)