Skip to content

Commit 9ff14d4

Browse files
authored
Release 4.2.0 (#715)
1 parent 4c712ae commit 9ff14d4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/release_notes.rst

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

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+
419
v4.1.0
520
------
621

@@ -33,6 +48,7 @@ Contributors to this release:
3348
* @asottile
3449
* @julienduchesne
3550

51+
3652
v4.0.0
3753
--------
3854

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__ = '4.1.0'
10+
__version__ = '4.2.0'

0 commit comments

Comments
 (0)