Skip to content

Commit d6ee8c2

Browse files
betamoogarrettheel
authored andcommitted
Change release date + release notes (#505)
1 parent 2410f20 commit d6ee8c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release_notes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
v3.3.0
55
------
66

7-
:date: 2018-04-24
7+
:date: 2018-05-09
88

99
This 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

3333
Contributors to this release:
3434

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.1'
10+
__version__ = '3.3.0'

0 commit comments

Comments
 (0)