Skip to content

Commit aa395b6

Browse files
2.0.1 (#187)
1 parent e87a9dc commit aa395b6

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.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+
424
v2.0.0
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.0.0'
10+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)