Update to version 0.4.0

This commit is contained in:
Friedrich Lindenberg 2014-01-05 18:42:54 +01:00
parent 382703f753
commit 06046aa16f
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
*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.4: Python 3 support and switch to alembic for migrations.
* 0.3.15: Fixes to update and insertion of data, thanks to @cli248 * 0.3.15: Fixes to update and insertion of data, thanks to @cli248
and @abhinav-upadhyay. 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

View File

@ -8,7 +8,7 @@ if sys.version_info <= (2, 6):
setup( setup(
name='dataset', name='dataset',
version='0.3.15', version='0.4.0',
description="Toolkit for Python-based data processing.", description="Toolkit for Python-based data processing.",
long_description="", long_description="",
classifiers=[ classifiers=[