From 03aed95829ce52214a6a888d6bd1a5d841e85464 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 29 Apr 2020 16:17:14 -0600 Subject: Release 20.2 (#337) Bump the version in cloudinit/version.py to 20.2 and update ChangeLog. LP: #1875951 --- 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 1bc1899c..96682f8a 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__ = "20.1" +__VERSION__ = "20.2" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ -- cgit v1.2.3