Skip to content

Commit b4531e9

Browse files
committed
Prep v0.11 release
1 parent 8f7e514 commit b4531e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 011 (November 2022)
2+
* Remove extraneous debug print statements
13

24
## 010 (June 2022)
35
* Add service/schema attributes
@@ -6,7 +8,7 @@
68
* Add attribute for hidden field
79

810
## 09 (December 2021)
9-
* Pypi upgraded to Python3
11+
* PyPI upgraded to Python3
1012

1113
## 08 (October 2021)
1214
* See dashboards in a workbook

Diff for: 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.10',
5+
version='0.11',
66
author='Tableau',
77
author_email='[email protected]',
88
url='https://github.com/tableau/document-api-python',

0 commit comments

Comments
 (0)