From 06046aa16f7446768d62c81f554f5643d8c09b5a Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sun, 5 Jan 2014 18:42:54 +0100 Subject: [PATCH] Update to version 0.4.0 --- CHANGELOG.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda69ae..47befe3 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.4: Python 3 support and switch to alembic for migrations. * 0.3.15: Fixes to update and insertion of data, thanks to @cli248 and @abhinav-upadhyay. * 0.3.14: dataset went viral somehow. Thanks to @gtsafas for diff --git a/setup.py b/setup.py index 3f0d700..95ef190 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info <= (2, 6): setup( name='dataset', - version='0.3.15', + version='0.4.0', description="Toolkit for Python-based data processing.", long_description="", classifiers=[