Skip to content

Commit

Permalink
Bumping version to 1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-aws-sdk-python-automation@amazon.com committed Dec 12, 2024
1 parent 7597293 commit 83d195d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
15 changes: 15 additions & 0 deletions .changes/1.31.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"schema-version": "0.2",
"changes": [
{
"type": "enhancement",
"category": "Pip",
"description": "Update pip to the latest version (<24.4)"
},
{
"type": "enhancement",
"category": "CLI",
"description": "Remove distutils warning when packaging/deploying apps (#2123)"
}
]
}

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG


## 1.31.3


* enhancement:Pip:Update pip to the latest version (<24.4)
* enhancement:CLI:Remove distutils warning when packaging/deploying apps (#2123)

## 1.31.2


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


__version__: str = '1.31.2'
__version__: str = '1.31.3'

from typing import List, Dict, Any, Optional, Sequence, Union, Callable, Set, \
Iterator, TYPE_CHECKING, Tuple
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = u'1.31'
# The full version, including alpha/beta/rc tags.
release = u'1.31.2'
release = u'1.31.3'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def recursive_include(relative_dir):

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

0 comments on commit 83d195d

Please sign in to comment.