From 8537237d80a48c8f0cbf8e66aa4826bbc882b022 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Tue, 15 Feb 2022 11:59:19 -0700 Subject: Release 22.1 (#1267) Bump the version in cloudinit/version.py to 22.1 and update ChangeLog. LP: #1960939 --- 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 6ad90bd3..fa51cb9e 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.4" +__VERSION__ = "22.1" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [ -- cgit v1.2.3