Skip to content

Commit aa56523

Browse files
author
Russell Hay
authored
Merge pull request tableau#127 from RussTheAerialist/development
Prep for 0.3 release
2 parents ee7b70b + fec8755 commit aa56523

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3 (11 January 2017)
2+
3+
* Return DateTime objects instead of strings (#102)
4+
* UserItem now is compatible with Pager (#107, #109)
5+
* Deprecated site in favor of site_id (#97)
6+
* Improved handling of large downloads (#105, #111)
7+
* Added support for oAuth when publishing (#117)
8+
* Added Testing against Py36 (#122, #123)
9+
* Added Version Checking to use highest supported REST api version (#100)
10+
* Added Infrastructure for throwing error if trying to do something that is not supported by REST api version (#124)
11+
* Various Code Cleanup
12+
* Added Documentation (#98)
13+
* Improved Test Infrastructure (#91)
14+
115
## 0.2 (02 November 2016)
216

317
* Added Initial Schedules Support (#48)

CONTRIBUTORS.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The following people have contributed to this project to make it possible, and w
55
## Contributors
66

77
* [geordielad](https://github.com/geordielad)
8+
* [Hugo Stijns)(https://github.com/hugoboos)
89
* [kovner](https://github.com/kovner)
910

1011

@@ -14,3 +15,5 @@ The following people have contributed to this project to make it possible, and w
1415
* [lgraber](https://github.com/lgraber)
1516
* [t8y8](https://github.com/t8y8)
1617
* [RussTheAerialist](https://github.com/RussTheAerialist)
18+
* [Ben Lower](https://github.com/benlower)
19+
* [Jared Dominguez](https://github.com/jdomingu)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ This repository contains Python source code and sample files.
1111
For more information on installing and using TSC, see the documentation:
1212

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='tableauserverclient',
8-
version='0.2',
8+
version='0.3',
99
author='Tableau',
1010
author_email='[email protected]',
1111
url='https://github.com/tableau/server-client-python',

0 commit comments

Comments
 (0)