diff --git a/CHANGELOG.md b/CHANGELOG.md index 49783e1..3c5976a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 06 (11 January 2017) + +* Initial SQL and query banding support (#123) +* Fixed bug in xfiles to allow opening workbooks with external file caches (#117, #118) +* Code Cleanup (#120, #121) +* Added Py36 support (#124) +* Switched to pycodestyle from pip8 on travis runs (#124) + ## 05 (01 November 2016) * Added ability to set the port for connections (#97) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d79e152..903e57b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -6,6 +6,7 @@ The following people have contributed to this project to make it possible, and w * [Charley Peng](https://github.com/chid) * [Miguel Sánchez](https://github.com/MiguelSR) +* [Ryan Richmond](https://github.com/r-richmond) ## Core Team diff --git a/setup.py b/setup.py index 82e9517..59270ed 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='tableaudocumentapi', - version='0.5', + version='0.6', author='Tableau', author_email='github@tableau.com', url='https://github.com/tableau/document-api-python',