bugfix release

This commit is contained in:
Friedrich Lindenberg 2014-02-16 13:57:33 +01:00
parent ea31943e18
commit a963e4a5ed
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
*The changelog has only been started with version 0.3.12, previous *The changelog has only been started with version 0.3.12, previous
changes must be reconstructed from revision history.* changes must be reconstructed from revision history.*
* 0.5.1: Fix a regression where empty queries would raise an exception.
* 0.5: Improve overall code quality and testing, including Travis CI. * 0.5: Improve overall code quality and testing, including Travis CI.
An advanced __getitem__ syntax which allowed for the specification An advanced __getitem__ syntax which allowed for the specification
of primary keys when getting a table was dropped. of primary keys when getting a table was dropped.

View File

@ -8,7 +8,7 @@ if sys.version_info[:2] <= (2, 6):
setup( setup(
name='dataset', name='dataset',
version='0.5.0', version='0.5.1',
description="Toolkit for Python-based data processing.", description="Toolkit for Python-based data processing.",
long_description="", long_description="",
classifiers=[ classifiers=[