Skip to content

Commit

Permalink
2.0.1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhochman committed Nov 4, 2016
1 parent e87a9dc commit aa395b6
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
@@ -1,6 +1,26 @@
Release Notes
=============

v2.0.1
------

:date: 2016-11-04

This is a backwards compatible, minor release.

Fixes in this release:

* make "unprocessed keys for batch operation" log at info level (#180)
* fix RuntimeWarning during imp_load in custom settings file (#185)
* allow unstructured map attributes (#186)

Contributors to this release:

* @danielhochman
* @jmphilli
* @bedge


v2.0.0
------

Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit aa395b6

Please sign in to comment.