Skip to content

Commit 96eb4cf

Browse files
authored
3.2.1 (#390)
1 parent 14ac897 commit 96eb4cf

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

docs/release_notes.rst

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

4+
v3.2.1
5+
------
6+
7+
:date: 2017-10-25
8+
9+
This is a backwards compatible, minor bug fix release.
10+
11+
Removed features in this release:
12+
13+
* Remove experimental Throttle api. (#378)
14+
15+
Fixes in this release:
16+
17+
* Handle attributes that cannot be retrieved by getattr. Fixes #104 (#385)
18+
* Model.refresh() should reset all model attribuets. Fixes #166 (#388)
19+
* Model.loads() should deserialize using custom attribute names. Fixes #168 (#387)
20+
* Deserialize hash key during table loads. Fixes #143 (#386)
21+
* Support pagination in high-level api query and scan methods. Fixes #50, #118, #207, and #248 (#379)
22+
* Don't serialize null nested attributed. Fixes #240 and #309 (#375)
23+
* Legacy update item subset removal using DELETE operator. Fixes #132 (#374)
24+
25+
Contributors to this release:
26+
27+
* @jpinner-lyft
28+
29+
430
v3.2.0
531
------
632

@@ -127,7 +153,7 @@ Contributors to this release:
127153
v2.2.0
128154
------
129155

130-
:date: 2017-10-xx
156+
:date: 2017-10-25
131157

132158
This is a backwards compatible, minor release.
133159

@@ -334,7 +360,7 @@ Contributors to this release:
334360
v1.5.4
335361
------
336362

337-
:date: 2017-10-xx
363+
:date: 2017-10-25
338364

339365
This is a backwards compatible, minor bug fix release.
340366

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

0 commit comments

Comments
 (0)