We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce0c61 commit b9fa853Copy full SHA for b9fa853
awscli/__init__.py
@@ -17,7 +17,7 @@
17
"""
18
import os
19
20
-__version__ = '1.2.6'
+__version__ = '1.2.7'
21
22
#
23
# Get our data path to be added to botocore's search path
doc/source/conf.py
@@ -52,7 +52,7 @@
52
# The short X.Y version.
53
version = '1.2'
54
# The full version, including alpha/beta/rc tags.
55
-release = '1.2.6'
+release = '1.2.7'
56
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
# for a list of supported languages.
setup.py
@@ -6,7 +6,7 @@
6
import awscli
7
8
9
-requires = ['botocore>=0.26.0,<0.27.0',
+requires = ['botocore>=0.27.0,<0.28.0',
10
'bcdoc>=0.12.0,<0.13.0',
11
'six>=1.1.0',
12
'colorama==0.2.5',
0 commit comments