8000
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 9126049 commit ff372f4Copy full SHA for ff372f4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.3 (31 August 2016)
2
+
3
+* Added basic connection class retargeting (#65)
4
+* Added ability to create a new connection (#69)
5
+* Improved Test Coverage (#62, #67)
6
+* Added description to the field object (#73)
7
8
## 0.2 (22 July 2016)
9
10
* Added support for loading twbx and tdsx files (#43, #44)
setup.py
@@ -5,7 +5,7 @@
setup(
name='tableaudocumentapi',
- version='0.2',
+ version='0.3',
author='Tableau Software',
author_email='github@tableau.com',
11
url='https://github.com/tableau/document-api-python',
0 commit comments