File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- Next Release (TBD)
6- ==================
5+ 1.3.18
6+ ======
77
88* feature:``aws configure ``: Add support for setting nested attributes
99 (`issue 817 <https://github.com/aws/aws-cli/pull/817 >`__)
Original file line number Diff line number Diff line change 1717"""
1818import os
1919
20- __version__ = '1.3.17 '
20+ __version__ = '1.3.18 '
2121
2222#
2323# Get our data path to be added to botocore's search path
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '1.3.'
5454# The full version, including alpha/beta/rc tags.
55- release = '1.3.17 '
55+ release = '1.3.18 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 66import awscli
77
88
9- requires = ['botocore>=0.51 .0,<0.52 .0' ,
9+ requires = ['botocore>=0.52 .0,<0.53 .0' ,
1010 'bcdoc>=0.12.0,<0.13.0' ,
1111 'six>=1.1.0' ,
1212 'colorama==0.2.5' ,
You can’t perform that action at this time.
0 commit comments