bugfix release
This commit is contained in:
parent
ea31943e18
commit
a963e4a5ed
@ -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.5.1: Fix a regression where empty queries would raise an exception.
|
||||||
* 0.5: Improve overall code quality and testing, including Travis CI.
|
* 0.5: Improve overall code quality and testing, including Travis CI.
|
||||||
An advanced __getitem__ syntax which allowed for the specification
|
An advanced __getitem__ syntax which allowed for the specification
|
||||||
of primary keys when getting a table was dropped.
|
of primary keys when getting a table was dropped.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ if sys.version_info[:2] <= (2, 6):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dataset',
|
name='dataset',
|
||||||
version='0.5.0',
|
version='0.5.1',
|
||||||
description="Toolkit for Python-based data processing.",
|
description="Toolkit for Python-based data processing.",
|
||||||
long_description="",
|
long_description="",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user