Skip to content

Commit

Permalink
Bumping version to 1.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-aws-sdk-python-automation@amazon.com committed Jan 19, 2022
1 parent de87263 commit 61f4345
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
15 changes: 15 additions & 0 deletions .changes/1.26.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"schema-version": "1.0",
"changes": [
{
"type": "enhancement",
"category": "Terraform",
"description": "Remove template provider in favor of locals (#1869)"
},
{
"type": "enhancement",
"category": "Terraform",
"description": "Bump Terraform version to suppose 1.1.x (#1868)"
}
]
}

This file was deleted.

This file was deleted.

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

1.26.5
======

* enhancement:Terraform:Remove template provider in favor of locals (#1869)
* enhancement:Terraform:Bump Terraform version to suppose 1.1.x (#1868)


1.26.4
======

Expand Down
2 changes: 1 addition & 1 deletion chalice/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from collections import defaultdict


__version__ = '1.26.4'
__version__ = '1.26.5'
_PARAMS = re.compile(r'{\w+}')

# Implementation note: This file is intended to be a standalone file
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = u'1.26'
# The full version, including alpha/beta/rc tags.
release = u'1.26.4'
release = u'1.26.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def recursive_include(relative_dir):

setup(
name='chalice',
version='1.26.4',
version='1.26.5',
description="Microframework",
long_description=README,
author="James Saryerwinnie",
Expand Down

0 comments on commit 61f4345

Please sign in to comment.