Skip to content

Commit 3d8021d

Browse files
author
Russell Hay
authored
Prep for release of 0.6 (#125)
* Prep for release of 0.6 * wordsmithing the changelog
1 parent cc97fc4 commit 3d8021d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 06 (11 January 2017)
2+
3+
* Initial SQL and query banding support (#123)
4+
* Fixed bug in xfiles to allow opening workbooks with external file caches (#117, #118)
5+
* Code Cleanup (#120, #121)
6+
* Added Py36 support (#124)
7+
* Switched to pycodestyle from pip8 on travis runs (#124)
8+
19
## 05 (01 November 2016)
210

311
* Added ability to set the port for connections (#97)

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following people have contributed to this project to make it possible, and w
66

77
* [Charley Peng](https://github.com/chid)
88
* [Miguel Sánchez](https://github.com/MiguelSR)
9+
* [Ryan Richmond](https://github.com/r-richmond)
910

1011
## Core Team
1112

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.5',
8+
version='0.6',
99
author='Tableau',
1010
author_email='github@tableau.com',
1111
url='https://github.com/tableau/document-api-python',

0 commit comments

Comments
 (0)