Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4 (07 October 2016)

* Add ability to remove repository location (#86)
* Fixed bug in connection parsing when federated connections are present (#87)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also had a new contributor fix a Unicode bug in python: #80

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, too quick to hit the merge button. I'll send a second one that includes this. For some reason I thought #80 shipped in 0.3


## 0.3 (31 August 2016)

* Added basic connection class retargeting (#65)
Expand Down
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='tableaudocumentapi',
version='0.3',
version='0.4',
author='Tableau',
author_email='[email protected]',
url='https://github.com/tableau/document-api-python',
Expand Down