Skip to content

Commit 5ddf93f

Browse files
Merge development branch into master for v0.9 (#217)
1 parent a36ddbf commit 5ddf93f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 09 (December 2021)
2+
* Pypi upgraded to Python3
3+
4+
## 08 (October 2021)
5+
* See dashboards in a workbook
6+
* Add shapes property
7+
* Add custom sql
8+
* Drop python 2, add up through 3.9
9+
110

211
## 08 (October 2021)
312
* See dashboards in a workbook

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='tableaudocumentapi',
5-
version='0.8',
5+
version='0.9',
66
author='Tableau',
77
author_email='[email protected]',
88
url='https://github.com/tableau/document-api-python',

0 commit comments

Comments
 (0)