Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhochman authored Nov 18, 2016
1 parent 295fa7a commit 3d986bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

v2.0.3
------

:date: 2016-11-18

This is a backwards compatible, minor release.

Fixes in this release:

* Allow longs as members of maps + lists in python 2 (#200)
* Allow raw map attributes in subclassed map attributes (#199)

Contributors to this release:

* @jmphilli


v2.0.2
------

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.2'
__version__ = '2.0.3'

0 comments on commit 3d986bb

Please sign in to comment.