Skip to content

Commit 3d986bb

Browse files
2.0.3
1 parent 295fa7a commit 3d986bb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/release_notes.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Release Notes
22
=============
33

4+
v2.0.3
5+
------
6+
7+
:date: 2016-11-18
8+
9+
This is a backwards compatible, minor release.
10+
11+
Fixes in this release:
12+
13+
* Allow longs as members of maps + lists in python 2 (#200)
14+
* Allow raw map attributes in subclassed map attributes (#199)
15+
16+
Contributors to this release:
17+
18+
* @jmphilli
19+
20+
421
v2.0.2
522
------
623

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

0 commit comments

Comments
 (0)