From f613aba32e7652a27f744d27c2d000831723023c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 21 Mar 2011 22:09:31 -0400 Subject: update version strings 0.6.1 to 0.6.2 --- debian.trunk/changelog | 2 +- setup.py | 2 +- 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', -- cgit v1.2.3