From 1fe1b163f6987d33d51b010e758df967b011b090 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sun, 5 Jan 2014 15:55:37 +0100 Subject: [PATCH] Release 0.3.15. --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfecd19..fda69ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ *The changelog has only been started with version 0.3.12, previous changes must be reconstructed from revision history.* +* 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 refactorings, @alasdairnicol for fixing the Freezfile example in the documentation. @diegoguimaraes fixed the behaviour of insert to diff --git a/setup.py b/setup.py index 490a922..d55098e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='dataset', - version='0.3.14', + version='0.3.15', description="Toolkit for Python-based data processing.", long_description="", classifiers=[