Skip to content

Commit

Permalink
Ludia release 1.4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pior Bastida committed Mar 31, 2016
1 parent 2acbfb5 commit 3cc24e7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Release Notes
=============

v1.4.2.1
--------

:date: 2016-03-31

Ludia stable release. Contain bugfixes from 1.4.3.

Does NOT contain all changes about performance optimization with botocore

Changes in this release:

* Fixed bug where models without a range key weren't handled correctly
* Removed the dependency on OrderedDict
* Fixed bug for zope interface compatibility (#71)
* Fixed bug where the range key was handled incorrectly for integer values

Ludia:

* Fixed a second bug for zope interface compatibility

From devel:

* Fix bug with parsing date with dateutil


v1.4.2
------

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__ = '1.4.2'
__version__ = '1.4.2.1'

0 comments on commit 3cc24e7

Please sign in to comment.