summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-26 15:42:40 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-26 15:42:40 -0500
commitc880c9259d8a694d3af191a7481ad21a21268f6b (patch)
tree88daf18f8048ebc9b2eeb83529a712b633831104
parentd2ca9fdf28fc555164d1b892e962f1453a0dc5fb (diff)
downloadvyos-cloud-init-c880c9259d8a694d3af191a7481ad21a21268f6b.tar.gz
vyos-cloud-init-c880c9259d8a694d3af191a7481ad21a21268f6b.zip
make the next target release 0.6.0, not 0.5.16
-rw-r--r--ChangeLog2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 02cf039e..e6e6284c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/setup.py b/setup.py
index 6bbf79f5..8ff0c191 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.5.16',
+ version='0.6.0',
description='EC2 initialisation magic',
author='Scott Moser',
author_email='scott.moser@canonical.com',