Skip to content

Commit 5d95d49

Browse files
authored
3.2.0rc2 (#369)
* 3.2.0rc2 * period * update
1 parent 842a8e1 commit 5d95d49

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/release_notes.rst

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

4+
v3.2.0rc2
5+
-------
6+
7+
:date 2017-10-09
8+
9+
This is a backwards compatible, release candidate.
10+
11+
This release candidate allows dereferencing raw ``MapAttributes`` in condition expressions.
12+
It also improves ``MapAttribute`` assignment and access.
13+
14+
Contributors to this release:
15+
16+
* @jpinner-lyft
17+
418
v3.2.0rc1
519
-------
620

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__ = '3.2.0rc1'
10+
__version__ = '3.2.0rc2'

0 commit comments

Comments
 (0)