File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release Notes
44v3.3.0
55------
66
7- :date: 2018-04-24
7+ :date: 2018-05-09
88
99This is a backwards compatible, major bug fix release.
1010
@@ -16,7 +16,6 @@ New features in this release:
1616* Handle values from keys when batch get returns unprocessed keys. (#252, #376)
1717* Externalizes AWS Credentials. (#426)
1818* Add migration support for LegacyBooleanAttribute. (#404, #405)
19- * Add python 3.5 for Travis ci builds. (#437)
2019* Rate limited Page Iterator. (#481)
2120
2221
@@ -29,6 +28,7 @@ Fixes in this release:
2928* Allow MapAttribute instances to be used as the RHS in expressions. (#488)
3029* Return the correct last_evaluated_key for limited queries/scans. (#406, #410)
3130* Fix exclusive_start_key getting lost in PageIterator. (#421)
31+ * Add python 3.5 for Travis ci builds. (#437)
3232
3333Contributors to this release:
3434
Original file line number Diff line number Diff line change 77"""
88__author__ = 'Jharrod LaFon'
99__license__ = 'MIT'
10- __version__ = '3.2.1 '
10+ __version__ = '3.3.0 '
You can’t perform that action at this time.
0 commit comments