Skip to content

Commit 70d9cf1

Browse files
2.1.5 (#245)
1 parent 652af14 commit 70d9cf1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/release_notes.rst

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

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+
424
v2.1.4
525
------
626

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__ = '2.1.4'
10+
__version__ = '2.1.5'

0 commit comments

Comments
 (0)