Skip to content

Commit c4d89e9

Browse files
authored
3.2.0 (#372)
1 parent 4fc015c commit c4d89e9

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

docs/release_notes.rst

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

4+
v3.2.0
5+
------
6+
7+
:date: 2017-10-13
8+
9+
This is a backwards compatible, minor candidate.
10+
11+
This release updates PynamoDB to interact with Dynamo via the current version of Dynamo's API.
12+
Condition and update expressions can now be created from attributes and used in model operations.
13+
Legacy filter and attribute update keyword arguments have been deprecated. Using these arguments
14+
will cause a warning to be logged.
15+
16+
New features in this release:
17+
18+
* Add support for current version of `DynamoDB API <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Appendix.CurrentAPI.html>`_
19+
* Improved ``MapAttribute`` item assignment and access.
20+
21+
Contributors to this release:
22+
23+
* @jpinner-lyft
24+
25+
426
v3.2.0rc2
527
---------
628

@@ -15,6 +37,7 @@ Contributors to this release:
1537

1638
* @jpinner-lyft
1739

40+
1841
v3.2.0rc1
1942
---------
2043

@@ -28,7 +51,7 @@ If your project was calling those low level methods a warning will be logged.
2851

2952
New features in this release:
3053

31-
* Add support for current version of `DynamoDB API <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Appendix.CurrentAPI.html>`__
54+
* Add support for current version of `DynamoDB API <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Appendix.CurrentAPI.html>`_
3255

3356
Contributors to this release:
3457

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.0rc2'
10+
__version__ = '3.2.0'

0 commit comments

Comments
 (0)