We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842a8e1 commit 5d95d49Copy full SHA for 5d95d49
docs/release_notes.rst
@@ -1,6 +1,20 @@
1
Release Notes
2
=============
3
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
18
v3.2.0rc1
19
-------
20
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '3.2.0rc1'
+__version__ = '3.2.0rc2'
0 commit comments