Skip to content

Commit

Permalink
3.2.0rc2 (#369)
Browse files Browse the repository at this point in the history
* 3.2.0rc2

* period

* update
  • Loading branch information
jmphilli authored Oct 9, 2017
1 parent 842a8e1 commit 5d95d49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release Notes
=============

v3.2.0rc2
-------

:date 2017-10-09

This is a backwards compatible, release candidate.

This release candidate allows dereferencing raw ``MapAttributes`` in condition expressions.
It also improves ``MapAttribute`` assignment and access.

Contributors to this release:

* @jpinner-lyft

v3.2.0rc1
-------

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

0 comments on commit 5d95d49

Please sign in to comment.