From 1a29c3d5b10f77a9668576eb49bf9e429166fe5c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Sat, 11 Sep 2010 15:20:48 -0400 Subject: setup.py: move version to 0.5.15 prior to near release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37f6cdd7..7d6557d1 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.14', + version='0.5.15', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', -- cgit v1.2.3