We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010951c commit ebbf334Copy full SHA for ebbf334
docs/release_notes.rst
@@ -1,6 +1,22 @@
1
Release Notes
2
=============
3
4
+v1.5.3
5
+------
6
+
7
+:date: 2016-08-08
8
9
+This is a backwards compatible, minor release.
10
11
+Fixes in this release:
12
13
+* introduce concept of page_size, separate from num items returned limit (#139)
14
15
+Contributors to this release:
16
17
+* @anandswaminathan
18
19
20
v1.5.2
21
------
22
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '1.5.2'
+__version__ = '1.5.3'
0 commit comments