From a963e4a5ede57d88d6f5f3c43b18c3cf2135c7f1 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sun, 16 Feb 2014 13:57:33 +0100 Subject: [PATCH] bugfix release --- CHANGELOG.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b95ac..af2a2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ *The changelog has only been started with version 0.3.12, previous 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. An advanced __getitem__ syntax which allowed for the specification of primary keys when getting a table was dropped. diff --git a/setup.py b/setup.py index 1081673..bdca0ca 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info[:2] <= (2, 6): setup( name='dataset', - version='0.5.0', + version='0.5.1', description="Toolkit for Python-based data processing.", long_description="", classifiers=[