From d852174d2c97694e5913105650e4fde260d4dfd3 Mon Sep 17 00:00:00 2001 From: Takuya Kitazawa Date: Tue, 17 Sep 2019 13:00:22 +0900 Subject: [PATCH] Bump version to 0.8.0 --- CHANGELOG.rst | 10 ++++++++++ pytd/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7251ee2..2a50d75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +0.8.0 (2019-09-17) +------------------ + +- Clean up docstrings and launch documentation site. + (`#43 `__, `#44 `__) +- Disable ``type``, one of the Treasure Data-specific query parameters, because it is conflicted with the ``engine`` option. + (`#45 `__) +- Add `td-pyspark `__ dependency for easily accessing to the `td-spark `__ functionalities. + (`#46 `__, `#47 `__) + 0.7.0 (2019-08-23) ------------------ diff --git a/pytd/version.py b/pytd/version.py index 49e0fc1..777f190 100644 --- a/pytd/version.py +++ b/pytd/version.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.0"