From db6084bdaea263b01cdea375ba58e8f262e6c937 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 2 Nov 2021 14:35:08 -0500 Subject: Release 21.4 (#1091) Bump the version in cloudinit/version.py to 21.4 and update ChangeLog. LP: #1949405 --- 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 b798a6d7..ab93f902 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__ = "21.3" +__VERSION__ = "21.4" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ -- cgit v1.2.3