diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2019-07-17 11:11:27 -0500 |
---|---|---|
committer | Ryan Harper <ryan.harper@canonical.com> | 2019-07-17 11:30:07 -0500 |
commit | 060b1a1ca7b2385aa7f4ed42720063fa557e0671 (patch) | |
tree | 61bead49ffeaf00d85b590b87098a3f0fdd43e9d /cloudinit | |
parent | 07b17236be5665bb552c7460102bcd07bf8f2be8 (diff) | |
download | vyos-cloud-init-060b1a1ca7b2385aa7f4ed42720063fa557e0671.tar.gz vyos-cloud-init-060b1a1ca7b2385aa7f4ed42720063fa557e0671.zip |
Release 19.2
Bump the version in cloudinit/version.py to be 19.2 and update ChangeLog.
LP: #1836921
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/version.py b/cloudinit/version.py index ddcd4368..b04b11f4 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.1" +__VERSION__ = "19.2" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |