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

Bumping version to 1.10.12 · gitqueue/aws-cli@ee767eb · GitHub

forked from aws/aws-cli

Commit ee767eb

Browse files
AWS
committed
Bumping version to 1.10.12
1 parent 2d2741f commit ee767eb

5 files changed

Lines changed: 6 additions & 6 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.10.12
6+
=======
77

88
* feature:``gamelift``: Update command to latest version
99
* feature:``iam``: Update command to latest version

‎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.10.11'
20+
__version__ = '1.10.12'
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.10.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.10.11'
55+
release = '1.10.12'
5656

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

‎setup.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ universal = 1
44

55
[metadata]
66
requires-dist =
7-
botocore==1.4.2
7+
botocore==1.4.3
88
colorama>=0.2.5,<=0.3.3
99
docutils>=0.10
1010
rsa>=3.1.2,<=3.3.0

‎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==1.4.2',
9+
requires = ['botocore==1.4.3',
1010
'colorama>=0.2.5,<=0.3.3',
1111
'docutils>=0.10',
1212
'rsa>=3.1.2,<=3.3.0',

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL