We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c712ae commit 9ff14d4Copy full SHA for 9ff14d4
docs/release_notes.rst
@@ -1,6 +1,21 @@
1
Release Notes
2
=============
3
4
+v4.2.0
5
+------
6
+
7
+:date: 2019-10-17
8
9
+This is a backwards compatible, minor release.
10
11
+* Add ``attributes_to_get`` parameter to ``Model.scan`` (#431)
12
+* Disable botocore parameter validation for performance (#711)
13
14
+Contributors to this release:
15
16
+* @ButtaKnife
17
18
19
v4.1.0
20
------
21
@@ -33,6 +48,7 @@ Contributors to this release:
33
48
* @asottile
34
49
* @julienduchesne
35
50
51
36
52
v4.0.0
37
53
--------
38
54
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '4.1.0'
+__version__ = '4.2.0'
0 commit comments