We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bf631 commit d950158Copy full SHA for d950158
docs/release_notes.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+v5.2.1
5
+----------
6
+* Fix issue from 5.2.0 with attempting to set GSI provisioned throughput on PAY_PER_REQUEST billing mode (#1018)
7
+
8
9
v5.2.0
10
----------
11
* The ``IndexMeta`` class has been removed. Now ``type(Index) == type`` (#998)
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '5.2.0'
+__version__ = '5.2.1'
0 commit comments