diff --git a/CHANGELOG.md b/CHANGELOG.md index ad72adc..9b0e38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 09 (December 2021) +* Pypi upgraded to Python3 + +## 08 (October 2021) +* See dashboards in a workbook +* Add shapes property +* Add custom sql +* Drop python 2, add up through 3.9 + ## 08 (October 2021) * See dashboards in a workbook diff --git a/setup.py b/setup.py index 55360b8..3ea2643 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='tableaudocumentapi', - version='0.8', + version='0.9', author='Tableau', author_email='github@tableau.com', url='https://github.com/tableau/document-api-python',