Skip to content

Commit 465beed

Browse files
committed
Bump to version 3.0.1.
1 parent 4ccebc0 commit 465beed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### January 27, 2024
2+
`3.0.0`
3+
- Don't enforce text format on uncaught exception warning message ([#182](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/182))
4+
15
### November 19, 2024
26
`3.0.0`
37
- Drop support for deprecated python versions ([#179](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/179))

awslambdaric/__init__.py

+1-1
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.0.0"
5+
__version__ = "3.0.1"

0 commit comments

Comments
 (0)