From aa4aebe73df9646b34901ce306b4a3fa59d23eea Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 23 May 2015 16:28:29 +0200 Subject: [PATCH] Up version to 0.6. --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a4a63..68b3bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ *The changelog has only been started with version 0.3.12, previous changes must be reconstructed from revision history.* +* 0.6.0: Remove sqlite_datetime_fix for automatic int-casting of dates, + make table['foo', 'bar'] an alias for table.distinct('foo', 'bar'), + check validity of column and table names more thoroughly, rename + reflectMetadata constructor argument to reflect_metadata, fix + ResultIter to not leave queries open (so you can update in a loop). * 0.5.7: dataset Databases can now have customized row types. This allows, for example, information to be retrieved in attribute-accessible dict subclasses, such as stuf. diff --git a/setup.py b/setup.py index f9083eb..cf53b13 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info[:2] <= (2, 6): setup( name='dataset', - version='0.5.6', + version='0.6.0', description="Toolkit for Python-based data processing.", long_description="", classifiers=[