From f64aa5dc5df8c589d32fb3b3aafbd39ddadc9810 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Fri, 7 Oct 2016 09:03:42 -0700 Subject: [PATCH] bump version and create changelog --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba40cd..8f78464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + ## 0.3 (31 August 2016) * Added basic connection class retargeting (#65) diff --git a/setup.py b/setup.py index 998914e..a907a26 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='tableaudocumentapi', - version='0.3', + version='0.4', author='Tableau', author_email='github@tableau.com', url='https://github.com/tableau/document-api-python',