From 3865ac9eec6274dac41f37cabd86e896e0e3bdbc Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Wed, 14 Feb 2024 11:24:23 -0800 Subject: [PATCH] Manual version update for pending release (#339) Co-authored-by: Bret Ambrose --- AWSIoTPythonSDK/__init__.py | 2 +- CHANGELOG.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AWSIoTPythonSDK/__init__.py b/AWSIoTPythonSDK/__init__.py index 1ad354e..a06ff4e 100755 --- a/AWSIoTPythonSDK/__init__.py +++ b/AWSIoTPythonSDK/__init__.py @@ -1 +1 @@ -__version__ = "1.4.9" +__version__ = "1.5.3" diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e63030c..5ebb619 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ CHANGELOG ========= +1.5.3 +* improvement: Support Python3.12+ by conditionally removing deprecated API usage + 1.4.9 ===== * bugfix: Fixing possible race condition with timer in deviceShadow.