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',