From 1e2c2f84cf68e19728f7bc51f0c9322c3e895019 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 22 Feb 2018 16:40:05 -0500 Subject: release 18.1 Bump the version in cloudinit/version.py to be 18.1 and update ChangeLog. LP: #1751145 --- cloudinit/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit') diff --git a/cloudinit/version.py b/cloudinit/version.py index be6262d6..4a682ada 100644 --- a/cloudinit/version.py +++ b/cloudinit/version.py @@ -4,7 +4,7 @@ # # This file is part of cloud-init. See LICENSE file for license information. -__VERSION__ = "17.2" +__VERSION__ = "18.1" FEATURES = [ # supports network config version 1 -- cgit v1.2.3