summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-03-21 22:09:31 -0400
committerScott Moser <smoser@ubuntu.com>2011-03-21 22:09:31 -0400
commitf613aba32e7652a27f744d27c2d000831723023c (patch)
tree805a6a3ec58c231d475fb746aa9dc27da8cb75d4
parentb2c3effa9e233ead382cabf46c371d6485b94b15 (diff)
downloadvyos-cloud-init-f613aba32e7652a27f744d27c2d000831723023c.tar.gz
vyos-cloud-init-f613aba32e7652a27f744d27c2d000831723023c.zip
update version strings 0.6.1 to 0.6.2
-rw-r--r--debian.trunk/changelog2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian.trunk/changelog b/debian.trunk/changelog
index 300d77a4..a389d27a 100644
--- a/debian.trunk/changelog
+++ b/debian.trunk/changelog
@@ -1,4 +1,4 @@
-cloud-init (0.6.1) UNRELEASED; urgency=low
+cloud-init (0.6.2) UNRELEASED; urgency=low
* build
diff --git a/setup.py b/setup.py
index fc66abbf..4cfa8a7b 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def is_f(p):
return(os.path.isfile(p))
setup(name='cloud-init',
- version='0.6.1',
+ version='0.6.2',
description='EC2 initialisation magic',
author='Scott Moser',
author_email='scott.moser@canonical.com',