From aa395b66201932aa1a0eab03fd543af8732c229a Mon Sep 17 00:00:00 2001 From: Daniel Hochman Date: Fri, 4 Nov 2016 13:24:23 -0700 Subject: [PATCH] 2.0.1 (#187) --- docs/release_notes.rst | 20 ++++++++++++++++++++ pynamodb/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f17bd7239..1f936b039 100644 --- a/docs/release_notes.rst +++ b/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 ------ diff --git a/pynamodb/__init__.py b/pynamodb/__init__.py index 951f4b082..6007691aa 100644 --- a/pynamodb/__init__.py +++ b/pynamodb/__init__.py @@ -7,4 +7,4 @@ """ __author__ = 'Jharrod LaFon' __license__ = 'MIT' -__version__ = '2.0.0' +__version__ = '2.0.1'