Commit d6ee8c2 1 parent 2410f20 commit d6ee8c2 Copy full SHA for d6ee8c2
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release Notes
4
4
v3.3.0
5
5
------
6
6
7
- :date: 2018-04-24
7
+ :date: 2018-05-09
8
8
9
9
This is a backwards compatible, major bug fix release.
10
10
@@ -16,7 +16,6 @@ New features in this release:
16
16
* Handle values from keys when batch get returns unprocessed keys. (#252, #376)
17
17
* Externalizes AWS Credentials. (#426)
18
18
* Add migration support for LegacyBooleanAttribute. (#404, #405)
19
- * Add python 3.5 for Travis ci builds. (#437)
20
19
* Rate limited Page Iterator. (#481)
21
20
22
21
@@ -29,6 +28,7 @@ Fixes in this release:
29
28
* Allow MapAttribute instances to be used as the RHS in expressions. (#488)
30
29
* Return the correct last_evaluated_key for limited queries/scans. (#406, #410)
31
30
* Fix exclusive_start_key getting lost in PageIterator. (#421)
31
+ * Add python 3.5 for Travis ci builds. (#437)
32
32
33
33
Contributors to this release:
34
34
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '3.2.1 '
10
+ __version__ = '3.3.0 '
You can’t perform that action at this time.
0 commit comments