Skip to content

Commit 88368bb

Browse files
authored
Release notes for v3.3.1 (#536)
1 parent e3cb9d4 commit 88368bb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/release_notes.rst

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

4+
v3.3.1
5+
------
6+
7+
:date: 2018-08-30
8+
9+
This is a backwards compatible, minor bug fix release.
10+
11+
Fixes in this release:
12+
13+
* Clearer error message on missing consumed capacity during rate-limited scan. (#506)
14+
* Python 3 compatibility in PageIterator. (#535)
15+
* Proxy configuration changes in botocore>=1.11.0. (#531)
16+
17+
Contributors to this release:
18+
19+
* @ikonst
20+
* @zetaben
21+
* @ningirsu
22+
23+
424
v3.3.0
525
------
626

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.3.0'
10+
__version__ = '3.3.1'

0 commit comments

Comments
 (0)