From f4ca0672470748fa8f6960e4a07ff1c5df24dc6e Mon Sep 17 00:00:00 2001 From: Ilya Konstantinov Date: Tue, 25 Oct 2022 11:30:34 -0400 Subject: [PATCH] Update changelog for 5.2.2 --- 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 ffab20117..29cc64138 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,11 @@ Release Notes ============= +v5.2.2 +---------- +* Update for botocore 1.28 private API change (#1083) + + v5.2.1 ---------- * Fix issue from 5.2.0 with attempting to set GSI provisioned throughput on PAY_PER_REQUEST billing mode (#1018) diff --git a/pynamodb/__init__.py b/pynamodb/__init__.py index 5f6c209eb..e38cfdea8 100644 --- a/pynamodb/__init__.py +++ b/pynamodb/__init__.py @@ -7,4 +7,4 @@ """ __author__ = 'Jharrod LaFon' __license__ = 'MIT' -__version__ = '5.2.1' +__version__ = '5.2.2'