From 613b1c7bafbb65aa730ca92ed3c08e49ea6df2f3 Mon Sep 17 00:00:00 2001 From: Ilya Priven Date: Mon, 20 May 2024 16:52:45 -0400 Subject: [PATCH] bump version and update release notes --- docs/release_notes.rst | 5 +++++ pynamodb/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 75688028f..355e96f6c 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,11 @@ Release Notes ============= +v4.4.1 +---------- +* Fix compatibility with botocore 1.33.2 (#1235) + + v4.4.0 ---------- * Update for botocore 1.28 private API change (#1130) which caused the following exception:: diff --git a/pynamodb/__init__.py b/pynamodb/__init__.py index 806321a91..d92538144 100644 --- a/pynamodb/__init__.py +++ b/pynamodb/__init__.py @@ -7,4 +7,4 @@ """ __author__ = 'Jharrod LaFon' __license__ = 'MIT' -__version__ = '4.4.0' +__version__ = '4.4.1'