Skip to content

Commit

Permalink
Bumping version to 1.4.61
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Oct 12, 2016
1 parent 90f7972 commit 47dc4a6
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/1.4.61.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``ecr``",
"description": "Update ecr client to latest version",
"type": "feature"
},
{
"category": "``cloudfront``",
"description": "Update cloudfront client to latest version",
"type": "feature"
},
{
"category": "``codedeploy``",
"description": "Update codedeploy client to latest version",
"type": "feature"
},
{
"category": "``sns``",
"description": "Update sns client to latest version",
"type": "feature"
},
{
"category": "``apigateway``",
"description": "Update apigateway client to latest version",
"type": "feature"
},
{
"category": "Client Meta",
"description": "Add partition to client meta object (`#1027 <https://github.com/boto/botocore/issues/1027>`__)",
"type": "feature"
},
{
"category": "``elasticache``",
"description": "Update elasticache client to latest version",
"type": "feature"
},
{
"category": "``kms``",
"description": "Update kms client to latest version",
"type": "feature"
},
{
"category": "``rds``",
"description": "Update rds client to latest version",
"type": "feature"
},
{
"category": "``gamelift``",
"description": "Update gamelift client to latest version",
"type": "feature"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-ClientMeta-62201.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-apigateway-88858.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-cloudfront-79816.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-codedeploy-68166.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-ecr-63400.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-elasticache-2881.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-gamelift-79770.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-kms-15903.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-rds-26646.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-sns-65226.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.4.61
======

* feature:``ecr``: Update ecr client to latest version
* feature:``cloudfront``: Update cloudfront client to latest version
* feature:``codedeploy``: Update codedeploy client to latest version
* feature:``sns``: Update sns client to latest version
* feature:``apigateway``: Update apigateway client to latest version
* feature:Client Meta: Add partition to client meta object (`#1027 <https://github.com/boto/botocore/issues/1027>`__)
* feature:``elasticache``: Update elasticache client to latest version
* feature:``kms``: Update kms client to latest version
* feature:``rds``: Update rds client to latest version
* feature:``gamelift``: Update gamelift client to latest version


1.4.60
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.4.60'
__version__ = '1.4.61'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.4.'
# The full version, including alpha/beta/rc tags.
release = '1.4.60'
release = '1.4.61'

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

0 comments on commit 47dc4a6

Please sign in to comment.