Release 0.3.15.

This commit is contained in:
Friedrich Lindenberg 2014-01-05 15:55:37 +01:00
parent dc0a6f1f49
commit 1fe1b163f6
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
*The changelog has only been started with version 0.3.12, previous *The changelog has only been started with version 0.3.12, previous
changes must be reconstructed from revision history.* 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 * 0.3.14: dataset went viral somehow. Thanks to @gtsafas for
refactorings, @alasdairnicol for fixing the Freezfile example in refactorings, @alasdairnicol for fixing the Freezfile example in
the documentation. @diegoguimaraes fixed the behaviour of insert to the documentation. @diegoguimaraes fixed the behaviour of insert to

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='dataset', name='dataset',
version='0.3.14', version='0.3.15',
description="Toolkit for Python-based data processing.", description="Toolkit for Python-based data processing.",
long_description="", long_description="",
classifiers=[ classifiers=[