Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Call this 2.0a1 instead of 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Mar 16, 2011
1 parent ba17e02 commit 203eaf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.0a1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion openstack/compute/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.0'
__version__ = '2.0a1'

from openstack.compute.backup_schedules import (BackupSchedule, BackupScheduleManager,
BACKUP_WEEKLY_DISABLED, BACKUP_WEEKLY_SUNDAY, BACKUP_WEEKLY_MONDAY,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name = "openstack.compute",
version = "2.0",
version = "2.0a1",
description = "Client library for the OpenStack Compute API",
long_description = read('README.rst'),
url = 'http://openstack.compute.rtfd.org/',
Expand Down

0 comments on commit 203eaf4

Please sign in to comment.