Moved name to c1 from b9 because of wonky version naming rules.

This commit is contained in:
Joe Gregorio
2012-06-15 16:20:41 -04:00
parent 921b8e40d7
commit 1aaec4b88f
3 changed files with 5 additions and 3 deletions

View File

@@ -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:

View File

@@ -1 +1 @@
__version__ = "1.0b9"
__version__ = "1.0c1"

View File

@@ -1 +1 @@
__version__ = "1.0b9"
__version__ = "1.0c1"