Skip to content

Commit

Permalink
Merge pull request tableau#127 from RussTheAerialist/development
Browse files Browse the repository at this point in the history
Prep for 0.3 release
  • Loading branch information
Russell Hay authored Jan 11, 2017
2 parents ee7b70b + fec8755 commit aa56523
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.3 (11 January 2017)

* Return DateTime objects instead of strings (#102)
* UserItem now is compatible with Pager (#107, #109)
* Deprecated site in favor of site_id (#97)
* Improved handling of large downloads (#105, #111)
* Added support for oAuth when publishing (#117)
* Added Testing against Py36 (#122, #123)
* Added Version Checking to use highest supported REST api version (#100)
* Added Infrastructure for throwing error if trying to do something that is not supported by REST api version (#124)
* Various Code Cleanup
* Added Documentation (#98)
* Improved Test Infrastructure (#91)

## 0.2 (02 November 2016)

* Added Initial Schedules Support (#48)
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following people have contributed to this project to make it possible, and w
## Contributors

* [geordielad](https://github.com/geordielad)
* [Hugo Stijns)(https://github.com/hugoboos)
* [kovner](https://github.com/kovner)


Expand All @@ -14,3 +15,5 @@ The following people have contributed to this project to make it possible, and w
* [lgraber](https://github.com/lgraber)
* [t8y8](https://github.com/t8y8)
* [RussTheAerialist](https://github.com/RussTheAerialist)
* [Ben Lower](https://github.com/benlower)
* [Jared Dominguez](https://github.com/jdomingu)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ This repository contains Python source code and sample files.
For more information on installing and using TSC, see the documentation:

<https://tableau.github.io/server-client-python/docs/>

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='tableauserverclient',
version='0.2',
version='0.3',
author='Tableau',
author_email='[email protected]',
url='https://github.com/tableau/server-client-python',
Expand Down

0 comments on commit aa56523

Please sign in to comment.