diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -0.5.16: +0.6.0: - change permissions of /var/log/cloud-init.log to accomodate syslog writing to it (LP: #704509) - rework of /var/lib/cloud layout @@ -27,7 +27,7 @@ def is_f(p): return(os.path.isfile(p)) setup(name='cloud-init', - version='0.5.16', + version='0.6.0', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |