diff options
-rw-r--r-- | debian.trunk/changelog | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
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 @@ -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', |