Skip to content

Commit

Permalink
Bumping version to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-aws-sdk-python-automation@amazon.com committed Mar 9, 2023
1 parent 4cece1c commit 7042ccb
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 19 deletions.
20 changes: 20 additions & 0 deletions .changes/1.28.0.json
@@ -0,0 +1,20 @@
{
"schema-version": "1.0",
"changes": [
{
"type": "enhancement",
"category": "Terraform",
"description": "Update required terraform veresoin to support 1.3 (#2014)"
},
{
"type": "enhancement",
"category": "Pip",
"description": "Bump pip version range to latest version <22.3 (#2016)"
},
{
"type": "feature",
"category": "Config",
"description": "Add support for `log_retention_in_days` (#943)"
}
]
}

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/61378622754-enhancement-Pip-94421.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/65901990989-feature-Config-44553.json

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.28.0
======

* enhancement:Terraform:Update required terraform veresoin to support 1.3 (#2014)
* enhancement:Pip:Bump pip version range to latest version <22.3 (#2016)
* feature:Config:Add support for `log_retention_in_days` (#943)


1.27.3
======

Expand Down
2 changes: 1 addition & 1 deletion chalice/app.py
Expand Up @@ -22,7 +22,7 @@
from collections.abc import MutableMapping


__version__: str = '1.27.3'
__version__: str = '1.28.0'

from typing import List, Dict, Any, Optional, Sequence, Union, Callable, Set, \
Iterator, TYPE_CHECKING, Tuple
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.27'
version = u'1.28'
# The full version, including alpha/beta/rc tags.
release = u'1.27.3'
release = u'1.28.0'

# 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
Expand Up @@ -35,7 +35,7 @@ def recursive_include(relative_dir):

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

0 comments on commit 7042ccb

Please sign in to comment.