We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c2fc5 commit 201b0fcCopy full SHA for 201b0fc
docs/release_notes.rst
@@ -1,6 +1,26 @@
1
Release Notes
2
=============
3
4
+v2.0.2
5
+------
6
+
7
+:date: 2016-11-10
8
9
+This is a backwards compatible, minor release.
10
11
+Fixes in this release:
12
13
+* add BOOL into SHORT_ATTR_TYPES (#190)
14
+* deserialize map attributes correctly (#192)
15
+* prepare request with requests session so session properties are applied (#197)
16
17
+Contributors to this release:
18
19
+* @anandswaminathan
20
+* @jmphilli
21
+* @yedpodtrzitko
22
23
24
v2.0.1
25
------
26
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '2.0.1'
+__version__ = '2.0.2'
0 commit comments