Skip to content

Commit

Permalink
2.1.5 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhochman authored Mar 16, 2017
1 parent 652af14 commit 70d9cf1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release Notes
=============

v2.1.5
------

:date: 2017-03-16

This is a backwards compatible, minor release.

Fixes in this release:

* Apply retry to ProvisionedThroughputExceeded (#222)
* rate_limited_scan fix to handle consumed capacity (#235)
* Fix for test when dict ordering differs (#237)

Contributors to this release:

* @anandswaminathan
* @jasonfriedland
* @JohnEmhoff


v2.1.4
------

Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '2.1.4'
__version__ = '2.1.5'

0 comments on commit 70d9cf1

Please sign in to comment.