8000 Prepping for release of 0.2 (#56) · digideskio/document-api-python@db65119 · GitHub
[go: up one dir, main page]

Skip to content

Commit db65119

Browse files
author
Russell Hay
authored
Prepping for release of 0.2 (tableau#56)
Merging files into development to stage for 0.2 release
1 parent 8cb4caf commit db65119

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='tableaudocumentapi',
8-
version='0.1.0.dev0',
8+
version='0.2',
99
author='Tableau Software',
1010
author_email='github@tableau.com',
1111
url='https://github.com/tableau/document-api-python',

0 commit comments

Comments
 (0)
0