8000 Prepping for release 0.3 · williamlang/server-client-python@8dfeabf · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dfeabf

Browse files
author
Russell Hay
committed
Prepping for release 0.3
1 parent f7da0db commit 8dfeabf

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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_id in favor of site (#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

Expand all lines: CONTRIBUTORS.md
Lines changed: 1 addition & 0 deletions
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

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='tableauserverclient',
8-
version='0.2',
8+
version='0.3',
99
author='Tableau',
1010
author_email='github@tableau.com',
1111
url='https://github.com/tableau/server-client-python',

0 commit comments

Comments
 (0)
0