diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-06-18 15:01:46 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-06-18 15:01:46 -0400 |
commit | e5404c442bc98b8b63f7fcd2061140246b47cd94 (patch) | |
tree | 46f84a9f14e1ac9d0b38092d180a814af2406460 /setup.py | |
parent | 7c9d41b6b14285e2f161237a3012ad1d1cf5b250 (diff) | |
download | vyos-cloud-init-e5404c442bc98b8b63f7fcd2061140246b47cd94.tar.gz vyos-cloud-init-e5404c442bc98b8b63f7fcd2061140246b47cd94.zip |
move version to 0.5.12
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ import os.path import subprocess setup(name='cloud-init', - version='0.5.11', + version='0.5.12', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |