Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hochman committed Nov 10, 2016
1 parent 06c2fc5 commit 201b0fc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release Notes
=============

v2.0.2
------

:date: 2016-11-10

This is a backwards compatible, minor release.

Fixes in this release:

* add BOOL into SHORT_ATTR_TYPES (#190)
* deserialize map attributes correctly (#192)
* prepare request with requests session so session properties are applied (#197)

Contributors to this release:

* @anandswaminathan
* @jmphilli
* @yedpodtrzitko


v2.0.1
------

Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '2.0.1'
__version__ = '2.0.2'

0 comments on commit 201b0fc

Please sign in to comment.