FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bumping version to 1.4.2 · Processoriented/aws-cli@a53bfa3 · GitHub

Commit a53bfa3

Browse files
committed
Bumping version to 1.4.2
1 parent ac7f502 commit a53bfa3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎CHANGELOG.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CHANGELOG
33
=========
44

5-
Next Release (TBD)
6-
==================
5+
1.4.2
6+
=====
77

88
* feature:``aws cloudsearchdomain``: Added sigv4 support.
99
* bugfix:Credentials: Raise an error if an incomplete profile is found

‎awscli/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.4.1'
20+
__version__ = '1.4.2'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

‎doc/source/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.4'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.4.1'
55+
release = '1.4.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import awscli
77

88

9-
requires = ['botocore>=0.61.0,<0.62.0',
9+
requires = ['botocore>=0.62.0,<0.63.0',
1010
'bcdoc>=0.12.0,<0.13.0',
1111
'six>=1.1.0',
1212
'colorama==0.2.5',

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL