Skip to content

Commit d950158

Browse files
authored
Prepare for 5.2.1 release (#1019)
1 parent 41bf631 commit d950158

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release_notes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

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+
49
v5.2.0
510
----------
611
* The ``IndexMeta`` class has been removed. Now ``type(Index) == type`` (#998)

pynamodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88
__author__ = 'Jharrod LaFon'
99
__license__ = 'MIT'
10-
__version__ = '5.2.0'
10+
__version__ = '5.2.1'

0 commit comments

Comments
 (0)