Skip to content

Commit 3f43f4d

Browse files
authored
Bump version to 3.1.1. (#190)
1 parent 5fdee65 commit 3f43f4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### May 26, 2025
2+
`3.1.1`
3+
- Move unhandled exception warning message to init errors. ([#189](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/189))
4+
15
### May 21, 2025
26
`3.1.0`
37
- Add support for multi tenancy ([#187](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/187))

awslambdaric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
"""
44

5-
__version__ = "3.1.0"
5+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)