We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cb9d4 commit 88368bbCopy full SHA for 88368bb
docs/release_notes.rst
@@ -1,6 +1,26 @@
1
Release Notes
2
=============
3
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
24
v3.3.0
25
------
26
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '3.3.0'
+__version__ = '3.3.1'
0 commit comments