Skip to content

Commit 7042ccb

Browse files
author
github-aws-sdk-python-automation@amazon.com
committed
Bumping version to 1.28.0
1 parent 4cece1c commit 7042ccb

File tree

8 files changed

+32
-19
lines changed

8 files changed

+32
-19
lines changed

.changes/1.28.0.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"schema-version": "1.0",
3+
"changes": [
4+
{
5+
"type": "enhancement",
6+
"category": "Terraform",
7+
"description": "Update required terraform veresoin to support 1.3 (#2014)"
8+
},
9+
{
10+
"type": "enhancement",
11+
"category": "Pip",
12+
"description": "Bump pip version range to latest version <22.3 (#2016)"
13+
},
14+
{
15+
"type": "feature",
16+
"category": "Config",
17+
"description": "Add support for `log_retention_in_days` (#943)"
18+
}
19+
]
20+
}

.changes/next-release/41474702610-enhancement-Terraform-48991.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/61378622754-enhancement-Pip-94421.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/65901990989-feature-Config-44553.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
1.28.0
6+
======
7+
8+
* enhancement:Terraform:Update required terraform veresoin to support 1.3 (#2014)
9+
* enhancement:Pip:Bump pip version range to latest version <22.3 (#2016)
10+
* feature:Config:Add support for `log_retention_in_days` (#943)
11+
12+
513
1.27.3
614
======
715

chalice/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from collections.abc import MutableMapping
2323

2424

25-
__version__: str = '1.27.3'
25+
__version__: str = '1.28.0'
2626

2727
from typing import List, Dict, Any, Optional, Sequence, Union, Callable, Set, \
2828
Iterator, TYPE_CHECKING, Tuple

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = u'1.27'
64+
version = u'1.28'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.27.3'
66+
release = u'1.28.0'
6767

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def recursive_include(relative_dir):
3535

3636
setup(
3737
name='chalice',
38-
version='1.27.3',
38+
version='1.28.0',
3939
description="Microframework",
4040
long_description=README,
4141
author="James Saryerwinnie",

0 commit comments

Comments
 (0)