From 073df96e338e7a191b0d22ff377f91f9b2a82075 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Tue, 5 Nov 2019 13:22:10 -0700 Subject: Release 19.3 Bump the version in cloudinit/version.py to be 19.3 and update ChangeLog. LP: #1851428 --- 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 b04b11f4..5ecc2848 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__ = "19.2" +__VERSION__ = "19.3" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ -- cgit v1.2.3