Skip to content

Commit 88be85e

Browse files
committed
Bumping version to 1.3.18
1 parent b4fb8d9 commit 88be85e

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.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>`__)

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.3.17'
20+
__version__ = '1.3.18'
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.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.

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.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',

0 commit comments

Comments
 (0)