From 1aaec4b88f58cc9814d88b2e09ebe6b5fe1a6970 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 15 Jun 2012 16:20:41 -0400 Subject: [PATCH] Moved name to c1 from b9 because of wonky version naming rules. --- CHANGELOG | 4 +++- apiclient/__init__.py | 2 +- oauth2client/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b3110f..0c35710 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ -v1.0b9 +v1.0c1 + Version 1.0 Release Candidate 1 + - Documentation for the library has switched to epydoc: http://google-api-python-client.googlecode.com/hg/docs/epy/index.html - Many improvements for media support: diff --git a/apiclient/__init__.py b/apiclient/__init__.py index 5123f14..cce2cd7 100644 --- a/apiclient/__init__.py +++ b/apiclient/__init__.py @@ -1 +1 @@ -__version__ = "1.0b9" +__version__ = "1.0c1" diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py index 5123f14..cce2cd7 100644 --- a/oauth2client/__init__.py +++ b/oauth2client/__init__.py @@ -1 +1 @@ -__version__ = "1.0b9" +__version__ = "1.0c1"