We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652af14 commit 70d9cf1Copy full SHA for 70d9cf1
docs/release_notes.rst
@@ -1,6 +1,26 @@
1
Release Notes
2
=============
3
4
+v2.1.5
5
+------
6
+
7
+:date: 2017-03-16
8
9
+This is a backwards compatible, minor release.
10
11
+Fixes in this release:
12
13
+* Apply retry to ProvisionedThroughputExceeded (#222)
14
+* rate_limited_scan fix to handle consumed capacity (#235)
15
+* Fix for test when dict ordering differs (#237)
16
17
+Contributors to this release:
18
19
+* @anandswaminathan
20
+* @jasonfriedland
21
+* @JohnEmhoff
22
23
24
v2.1.4
25
------
26
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '2.1.4'
+__version__ = '2.1.5'
0 commit comments