Skip to content

Commit

Permalink
Bumping version to 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 5, 2022
1 parent 8725625 commit 65557cc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .changes/1.26.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"schema-version": "1.0",
"changes": [
{
"type": "bugfix",
"category": "Terraform",
"description": "Use updated keywords for providing provider version contraints (#1717)"
}
]
}
5 changes: 0 additions & 5 deletions .changes/next-release/56921629897-bugfix-Terraform-8090.json

This file was deleted.

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

1.26.4
======

* bugfix:Terraform:Use updated keywords for providing provider version contraints (#1717)


1.26.3
======

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.3'
__version__ = '1.26.4'
_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.3'
release = u'1.26.4'

# 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.3',
version='1.26.4',
description="Microframework",
long_description=README,
author="James Saryerwinnie",
Expand Down

0 comments on commit 65557cc

Please sign in to comment.