Skip to content

Commit a33863e

Browse files
author
github-aws-sdk-python-automation@amazon.com
committed
Bumping version to 1.32.0
1 parent 62c3080 commit a33863e

File tree

7 files changed

+25
-14
lines changed

7 files changed

+25
-14
lines changed

.changes/1.32.0.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"schema-version": "0.2",
3+
"changes": [
4+
{
5+
"type": "feature",
6+
"category": "Python",
7+
"description": "Add support for Python 3.13 (#2137)"
8+
},
9+
{
10+
"type": "feature",
11+
"category": "Python",
12+
"description": "Drop support for Python 3.8 (#2138)"
13+
}
14+
]
15+
}

.changes/next-release/358337877330541-feature-Python-96338.json

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

.changes/next-release/59013375-feature-Python-15608.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG
22

33

4+
## 1.32.0
5+
6+
7+
* feature:Python:Add support for Python 3.13 (#2137)
8+
* feature:Python:Drop support for Python 3.8 (#2138)
9+
410
## 1.31.4
511

612

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.31.4'
25+
__version__: str = '1.32.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.31'
64+
version = u'1.32'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.31.4'
66+
release = u'1.32.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
@@ -33,7 +33,7 @@ def recursive_include(relative_dir):
3333

3434
setup(
3535
name='chalice',
36-
version='1.31.4',
36+
version='1.32.0',
3737
description="Microframework",
3838
long_description=README,
3939
author="James Saryerwinnie",

0 commit comments

Comments
 (0)