We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb4caf commit db65119Copy full SHA for db65119
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+## 0.2 (22 July 2016)
2
+
3
+* Added support for loading twbx and tdsx files (#43, #44)
4
+* Added Fields property to datasource (#45)
5
+* Added Example for using the Fields Property (#51)
6
+* Added Ability to get fields used by a specific sheet (#54)
7
+* Code clean up and test reorganization
8
9
+## 0.1 (29 June 2016)
10
11
+* Initial Release to the world
setup.py
@@ -5,7 +5,7 @@
setup(
name='tableaudocumentapi',
- version='0.1.0.dev0',
+ version='0.2',
author='Tableau Software',
author_email='github@tableau.com',
url='https://github.com/tableau/document-api-python',
0 commit comments