| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,8 +2,8 @@ | |||
| 2 | 2 | CHANGELOG | |
| 3 | 3 | ========= | |
| 4 | 4 | ||
| 5 | - Next Release (TBD) | ||
| 6 | - ================== | ||
| 5 | + 1.3.18 | ||
| 6 | + ====== | ||
| 7 | 7 | ||
| 8 | 8 | * feature:``aws configure``: Add support for setting nested attributes | |
| 9 | 9 | (`issue 817 <https://github.com/aws/aws-cli/pull/817>`__) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ | |||
| 17 | 17 | """ | |
| 18 | 18 | import os | |
| 19 | 19 | ||
| 20 | - __version__ = '1.3.17' | ||
| 20 | + __version__ = '1.3.18' | ||
| 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 | |
|---|---|---|---|
@@ -52,7 +52,7 @@ | |||
| 52 | 52 | # The short X.Y version. | |
| 53 | 53 | version = '1.3.' | |
| 54 | 54 | # The full version, including alpha/beta/rc tags. | |
| 55 | - release = '1.3.17' | ||
| 55 | + release = '1.3.18' | ||
| 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 | |
|---|---|---|---|
@@ -6,7 +6,7 @@ | |||
| 6 | 6 | import awscli | |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | - requires = ['botocore>=0.51.0,<0.52.0', | ||
| 9 | + requires = ['botocore>=0.52.0,<0.53.0', | ||
| 10 | 10 | 'bcdoc>=0.12.0,<0.13.0', | |
| 11 | 11 | 'six>=1.1.0', | |
| 12 | 12 | 'colorama==0.2.5', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments