| 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.4.2 | ||
| 6 | + ===== | ||
| 7 | 7 | ||
| 8 | 8 | * feature:``aws cloudsearchdomain``: Added sigv4 support. | |
| 9 | 9 | * bugfix:Credentials: Raise an error if an incomplete profile is found | |
| 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.4.1' | ||
| 20 | + __version__ = '1.4.2' | ||
| 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.4' | |
| 54 | 54 | # The full version, including alpha/beta/rc tags. | |
| 55 | - release = '1.4.1' | ||
| 55 | + release = '1.4.2' | ||
| 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.61.0,<0.62.0', | ||
| 9 | + requires = ['botocore>=0.62.0,<0.63.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