diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-09-11 15:20:48 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-09-11 15:20:48 -0400 |
commit | 1a29c3d5b10f77a9668576eb49bf9e429166fe5c (patch) | |
tree | a441edd2524fb663b98a61bb93db3fa7415bbb5c | |
parent | 3540d84f9f0f0b25261b4e06a5484c42b3008bbd (diff) | |
download | vyos-cloud-init-1a29c3d5b10f77a9668576eb49bf9e429166fe5c.tar.gz vyos-cloud-init-1a29c3d5b10f77a9668576eb49bf9e429166fe5c.zip |
setup.py: move version to 0.5.15 prior to near release
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ def is_f(p): return(os.path.isfile(p)) setup(name='cloud-init', - version='0.5.14', + version='0.5.15', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |