Skip to content

Commit

Permalink
Bumping version to 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-aws-sdk-python-automation@amazon.com committed Feb 22, 2024
1 parent 788dc26 commit 5106c17
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .changes/1.31.0.json
@@ -0,0 +1,15 @@
{
"schema-version": "1.0",
"changes": [
{
"type": "feature",
"category": "Python",
"description": "Add support for Python 3.12 (#2086)"
},
{
"type": "enhancement",
"category": "Python",
"description": "Drop support for Python 3.7 (#2095)"
}
]
}
5 changes: 0 additions & 5 deletions .changes/next-release/21488413750-feature-Python-7248.json

This file was deleted.

This file was deleted.

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

1.31.0
======

* feature:Python:Add support for Python 3.12 (#2086)
* enhancement:Python:Drop support for Python 3.7 (#2095)


1.30.0
======

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.30.0'
__version__: str = '1.31.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.30'
version = u'1.31'
# The full version, including alpha/beta/rc tags.
release = u'1.30.0'
release = u'1.31.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 @@ -34,7 +34,7 @@ def recursive_include(relative_dir):

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

0 comments on commit 5106c17

Please sign in to comment.