Skip to content

Commit a35db55

Browse files
author
github-aws-sdk-python-automation@amazon.com
committed
Bumping version to 1.29.0
1 parent 4635d5f commit a35db55

File tree

7 files changed

+26
-14
lines changed

7 files changed

+26
-14
lines changed

.changes/1.29.0.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"schema-version": "1.0",
3+
"changes": [
4+
{
5+
"type": "feature",
6+
"category": "Python",
7+
"description": "Add support for Python 3.10 (#2037)"
8+
},
9+
{
10+
"type": "enhancement",
11+
"category": "Pip",
12+
"description": "Bump pip version range to latest version <23.2 (#2034)"
13+
}
14+
]
15+
}

.changes/next-release/2813163368610237-feature-Python-28454.json

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

.changes/next-release/3166173595473722-enhancement-Pip-64198.json

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

CHANGELOG.rst

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

5+
1.29.0
6+
======
7+
8+
* feature:Python:Add support for Python 3.10 (#2037)
9+
* enhancement:Pip:Bump pip version range to latest version <23.2 (#2034)
10+
11+
512
1.28.0
613
======
714

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.28.0'
25+
__version__: str = '1.29.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.28'
64+
version = u'1.29'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.28.0'
66+
release = u'1.29.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.28.0',
38+
version='1.29.0',
3939
description="Microframework",
4040
long_description=README,
4141
author="James Saryerwinnie",

0 commit comments

Comments
 (0)