summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-02-18 15:09:21 -0500
committerScott Moser <smoser@ubuntu.com>2011-02-18 15:09:21 -0500
commit260ef3428a6c4a4bd148a4d5f1a7488e895f83ee (patch)
tree4eb7df4665b468f1fc387265ca2d89e5ef25fc3f
parenta7a908e2b08ea509fe3d89373ba7c75e283db51f (diff)
downloadvyos-cloud-init-260ef3428a6c4a4bd148a4d5f1a7488e895f83ee.tar.gz
vyos-cloud-init-260ef3428a6c4a4bd148a4d5f1a7488e895f83ee.zip
change 0.6.0 -> 0.6.1
-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 33f97f28..300d77a4 100644
--- a/debian.trunk/changelog
+++ b/debian.trunk/changelog
@@ -1,4 +1,4 @@
-cloud-init (0.6.0) UNRELEASED; urgency=low
+cloud-init (0.6.1) UNRELEASED; urgency=low
* build
diff --git a/setup.py b/setup.py
index 2184e599..fc66abbf 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.0',
+ version='0.6.1',
description='EC2 initialisation magic',
author='Scott Moser',
author_email='scott.moser@canonical.com',