From 8ec494c51581c83521239e4feed9c8c5c687370d Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 15 Nov 2013 22:49:45 +0200 Subject: [PATCH] Up the release to 0.3.14 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21445fc..dfecd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ *The changelog has only been started with version 0.3.12, previous changes must be reconstructed from revision history.* +* 0.3.14: dataset went viral somehow. Thanks to @gtsafas for + refactorings, @alasdairnicol for fixing the Freezfile example in + the documentation. @diegoguimaraes fixed the behaviour of insert to + return the newly-created primary key ID. table.find_one() now + returns a dict, not an SQLAlchemy ResultProxy. Slugs are now generated + using the Python-Slugify package, removing slug code from dataset. * 0.3.13: Fixed logging, added support for transformations on result rows to support slug generation in output (#28). * 0.3.12: Makes table primary key's types and names configurable, fixing diff --git a/setup.py b/setup.py index 2b6ef0b..490a922 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='dataset', - version='0.3.13', + version='0.3.14', description="Toolkit for Python-based data processing.", long_description="", classifiers=[