Skip to content

Commit a426a42

Browse files
author
Russell Hay
authored
Merge pull request #106 from RussTheAerialist/prep-for-0-5
Prep for 0 5
2 parents 07f8487 + 47d2ccc commit a426a42

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 05 (01 November 2016)
2+
3+
* Added ability to set the port for connections (#97)
4+
* Added ability to read and write caption for datasources (#99)
5+
* Added documentation
6+
17
## 0.4 (07 October 2016)
28

39
* Add ability to remove repository location (#86)

docs/docs/dev-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Developer Guide
33
layout: docs
44
---
55

6+
<<<<<<< 6ee666bf06d5ab59931100b3955779c35693e33f
67
## Submitting your first patch
78

89
1. Make sure you have [signed the CLA](http://tableau.github.io/#contributor-license-agreement-cla)

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

0 commit comments

Comments
 (0)