Merge lp:~soren/nova/austin-versioning into lp:~hudson-openstack/nova/trunk

Proposed by Soren Hansen
Status: Merged
Approved by: Rick Clark
Approved revision: 371
Merged at revision: 370
Proposed branch: lp:~soren/nova/austin-versioning
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 28 lines (+3/-3)
2 files modified
doc/source/conf.py (+2/-2)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~soren/nova/austin-versioning
Reviewer Review Type Date Requested Status
Devin Carlen (community) Approve
Rick Clark (community) Approve
Review via email: mp+38906@code.launchpad.net

Description of the change

Update version set in setup.py to 2010.1 in preparation for Austin release.

To post a comment you must log in.
Revision history for this message
Rick Clark (dendrobates) wrote :

lgtm

review: Approve
Revision history for this message
Rick Clark (dendrobates) wrote :

approved

review: Approve
Revision history for this message
Devin Carlen (devcamcar) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2010-07-28 15:21:57 +0000
+++ doc/source/conf.py 2010-10-20 03:42:43 +0000
@@ -47,9 +47,9 @@
47# built documents.47# built documents.
48#48#
49# The short X.Y version.49# The short X.Y version.
50version = '0.9'50version = '2010.1'
51# The full version, including alpha/beta/rc tags.51# The full version, including alpha/beta/rc tags.
52release = '0.9.1'52release = '2010.1'
5353
54# The language for content autogenerated by Sphinx. Refer to documentation54# The language for content autogenerated by Sphinx. Refer to documentation
55# for a list of supported languages.55# for a list of supported languages.
5656
=== modified file 'setup.py'
--- setup.py 2010-09-24 08:21:10 +0000
+++ setup.py 2010-10-20 03:42:43 +0000
@@ -39,7 +39,7 @@
39 sdist.run(self)39 sdist.run(self)
4040
41setup(name='nova',41setup(name='nova',
42 version='0.9.1',42 version='2010.1',
43 description='cloud computing fabric controller',43 description='cloud computing fabric controller',
44 author='OpenStack',44 author='OpenStack',
45 author_email='nova@lists.launchpad.net',45 author_email='nova@lists.launchpad.net',