diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-03-21 22:09:31 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-03-21 22:09:31 -0400 |
commit | f613aba32e7652a27f744d27c2d000831723023c (patch) | |
tree | 805a6a3ec58c231d475fb746aa9dc27da8cb75d4 | |
parent | b2c3effa9e233ead382cabf46c371d6485b94b15 (diff) | |
download | vyos-cloud-init-f613aba32e7652a27f744d27c2d000831723023c.tar.gz vyos-cloud-init-f613aba32e7652a27f744d27c2d000831723023c.zip |
update version strings 0.6.1 to 0.6.2
-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 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 @@ -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', |