cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00268
[Merge] lp:~harlowja/cloud-init/cloud-bump-ver into lp:cloud-init
Joshua Harlow has proposed merging lp:~harlowja/cloud-init/cloud-bump-ver into lp:cloud-init.
Requested reviews:
cloud init development team (cloud-init-dev)
Related bugs:
Bug #1203364 in cloud-init: "Update version to 0.7.3"
https://bugs.launchpad.net/cloud-init/+bug/1203364
For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/cloud-bump-ver/+merge/176023
Bump the version to 0.7.3 instead of 0.7.2
--
https://code.launchpad.net/~harlowja/cloud-init/cloud-bump-ver/+merge/176023
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/cloud-bump-ver into lp:cloud-init.
=== modified file 'cloudinit/version.py'
--- cloudinit/version.py 2012-11-14 21:32:14 +0000
+++ cloudinit/version.py 2013-07-20 19:21:25 +0000
@@ -20,7 +20,7 @@
def version():
- return vr.StrictVersion("0.7.2")
+ return vr.StrictVersion("0.7.3")
def version_string():
Follow ups