From d873b9dcf30cdc619655dc7ea37c264ca7ba1845 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 23 Feb 2021 09:41:41 -0500 Subject: Release 21.1 (#820) Bump the version in cloudinit/version.py to 21.1 and update ChangeLog. LP: #1916540 --- 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 36ec728e..94afd60d 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.4.1" +__VERSION__ = "21.1" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ -- cgit v1.2.3