From 948bd9c1fcd08346cf8ec0551d7f6c2b234e896b Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 25 Aug 2020 11:28:27 -0500 Subject: Release 20.3 (#547) Bump the version in cloudinit/version.py to 20.3 and update ChangeLog. LP: #1892878 --- cloudinit/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/version.py') diff --git a/cloudinit/version.py b/cloudinit/version.py index 96682f8a..8560d087 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.2" +__VERSION__ = "20.3" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ -- cgit v1.2.3