Skip to content

Commit

Permalink
Release notes for v3.3.1 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel authored Aug 30, 2018
1 parent e3cb9d4 commit 88368bb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release Notes
=============

v3.3.1
------

:date: 2018-08-30

This is a backwards compatible, minor bug fix release.

Fixes in this release:

* Clearer error message on missing consumed capacity during rate-limited scan. (#506)
* Python 3 compatibility in PageIterator. (#535)
* Proxy configuration changes in botocore>=1.11.0. (#531)

Contributors to this release:

* @ikonst
* @zetaben
* @ningirsu


v3.3.0
------

Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '3.3.0'
__version__ = '3.3.1'

0 comments on commit 88368bb

Please sign in to comment.