From b4531e9842260be8a0856027db68f6e8ec8b0040 Mon Sep 17 00:00:00 2001 From: Brian Cantoni Date: Fri, 4 Nov 2022 09:27:50 -0700 Subject: [PATCH] Prep v0.11 release --- CHANGELOG.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e927c32..1a18c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 011 (November 2022) +* Remove extraneous debug print statements ## 010 (June 2022) * Add service/schema attributes @@ -6,7 +8,7 @@ * Add attribute for hidden field ## 09 (December 2021) -* Pypi upgraded to Python3 +* PyPI upgraded to Python3 ## 08 (October 2021) * See dashboards in a workbook diff --git a/setup.py b/setup.py index 4264448..90668ae 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='tableaudocumentapi', - version='0.10', + version='0.11', author='Tableau', author_email='github@tableau.com', url='https://github.com/tableau/document-api-python',