Skip to content

Commit 46a5d7c

Browse files
committed
v1.5.1 (#128)
1 parent c4f547d commit 46a5d7c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/release_notes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Release Notes
22
=============
33

4+
v1.5.1
5+
------
6+
7+
:date: 2016-05-11
8+
9+
This is a backwards compatible, minor release.
10+
11+
Fixes in this release:
12+
13+
* Fix for binary attribute handling of unprocessed items data corruption affecting users of 1.5.0 (#126 fixes #125)
14+
15+
Contributors to this release:
16+
17+
* @danielhochman
18+
19+
420
v1.5.0
521
------
622

pynamodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88
__author__ = 'Jharrod LaFon'
99
__license__ = 'MIT'
10-
__version__ = '1.5.0'
10+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)