diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-18 15:09:21 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-18 15:09:21 -0500 |
commit | 260ef3428a6c4a4bd148a4d5f1a7488e895f83ee (patch) | |
tree | 4eb7df4665b468f1fc387265ca2d89e5ef25fc3f | |
parent | a7a908e2b08ea509fe3d89373ba7c75e283db51f (diff) | |
download | vyos-cloud-init-260ef3428a6c4a4bd148a4d5f1a7488e895f83ee.tar.gz vyos-cloud-init-260ef3428a6c4a4bd148a4d5f1a7488e895f83ee.zip |
change 0.6.0 -> 0.6.1
-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', |