From f1117433478d7dd8c4ad1529e363c28409768172 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 2 Aug 2016 22:16:50 -0400 Subject: [PATCH 1/2] Prepare 0.17.1 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9c026f8638d..8be1b7b8462e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='gcloud', - version='0.17.0', + version='0.17.1', description='API Client library for Google Cloud', author='Google Cloud Platform', author_email='jjg+gcloud-python@google.com', From 6720bc1248dd6450d7f25410ab3d39289a851b01 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 2 Aug 2016 22:46:05 -0400 Subject: [PATCH 2/2] New features, new supported API -> bump second dot --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8be1b7b8462e..bd1bacfea065 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='gcloud', - version='0.17.1', + version='0.18.0', description='API Client library for Google Cloud', author='Google Cloud Platform', author_email='jjg+gcloud-python@google.com',