| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d2741f commit ee767eb
5 files changed
| 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.10.12 | ||
| 6 | + ======= | ||
| 7 | 7 | ||
| 8 | 8 | * feature:``gamelift``: Update command to latest version | |
| 9 | 9 | * feature:``iam``: Update command to latest version | |
| 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.10.11' | ||
| 20 | + __version__ = '1.10.12' | ||
| 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.10.' | |
| 54 | 54 | # The full version, including alpha/beta/rc tags. | |
| 55 | - release = '1.10.11' | ||
| 55 | + release = '1.10.12' | ||
| 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 | |
|---|---|---|---|
@@ -4,7 +4,7 @@ universal = 1 | |||
| 4 | 4 | ||
| 5 | 5 | [metadata] | |
| 6 | 6 | requires-dist = | |
| 7 | - botocore==1.4.2 | ||
| 7 | + botocore==1.4.3 | ||
| 8 | 8 | colorama>=0.2.5,<=0.3.3 | |
| 9 | 9 | docutils>=0.10 | |
| 10 | 10 | rsa>=3.1.2,<=3.3.0 | |
| 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==1.4.2', | ||
| 9 | + requires = ['botocore==1.4.3', | ||
| 10 | 10 | 'colorama>=0.2.5,<=0.3.3', | |
| 11 | 11 | 'docutils>=0.10', | |
| 12 | 12 | 'rsa>=3.1.2,<=3.3.0', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments