We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcc5fe commit f4ca067Copy full SHA for f4ca067
docs/release_notes.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+v5.2.2
5
+----------
6
+* Update for botocore 1.28 private API change (#1083)
7
+
8
9
v5.2.1
10
----------
11
* Fix issue from 5.2.0 with attempting to set GSI provisioned throughput on PAY_PER_REQUEST billing mode (#1018)
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '5.2.1'
+__version__ = '5.2.2'
0 commit comments