Skip to content

Commit 201b0fc

Browse files
author
Daniel Hochman
committed
2.0.2
1 parent 06c2fc5 commit 201b0fc

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.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+
424
v2.0.1
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.1'
10+
__version__ = '2.0.2'

0 commit comments

Comments
 (0)