From 03ee10cd378773fab50eacf6fce3c55e8f828879 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 23 Aug 2021 12:43:37 -0500 Subject: Release 21.3 (#993) Bump the version in cloudinit/version.py to 21.3 and update ChangeLog. LP: #1940839 --- 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 be47aff3..b798a6d7 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.2" +__VERSION__ = "21.3" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ -- cgit v1.2.3