We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87a9dc commit aa395b6Copy full SHA for aa395b6
docs/release_notes.rst
@@ -1,6 +1,26 @@
1
Release Notes
2
=============
3
4
+v2.0.1
5
+------
6
+
7
+:date: 2016-11-04
8
9
+This is a backwards compatible, minor release.
10
11
+Fixes in this release:
12
13
+* make "unprocessed keys for batch operation" log at info level (#180)
14
+* fix RuntimeWarning during imp_load in custom settings file (#185)
15
+* allow unstructured map attributes (#186)
16
17
+Contributors to this release:
18
19
+* @danielhochman
20
+* @jmphilli
21
+* @bedge
22
23
24
v2.0.0
25
------
26
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '2.0.0'
+__version__ = '2.0.1'
0 commit comments