summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',