Skip to content

Commit b9fa853

Browse files
committed
Bumping version to 1.2.7
1 parent 6ce0c61 commit b9fa853

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = '1.2.6'
20+
__version__ = '1.2.7'
2121

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

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.2'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.2.6'
55+
release = '1.2.7'
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
@@ -6,7 +6,7 @@
66
import awscli
77

88

9-
requires = ['botocore>=0.26.0,<0.27.0',
9+
requires = ['botocore>=0.27.0,<0.28.0',
1010
'bcdoc>=0.12.0,<0.13.0',
1111
'six>=1.1.0',
1212
'colorama==0.2.5',

0 commit comments

Comments
 (0)