diff options
author | Chad Smith <chad.smith@canonical.com> | 2019-11-05 13:22:10 -0700 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2019-11-05 13:22:10 -0700 |
commit | 073df96e338e7a191b0d22ff377f91f9b2a82075 (patch) | |
tree | 80f6c9219c14aef2d2a18317be53d44c1be1d370 /cloudinit | |
parent | 02f07b666adc62d70c4f1a98c2ae80cb6629fa9a (diff) | |
download | vyos-cloud-init-073df96e338e7a191b0d22ff377f91f9b2a82075.tar.gz vyos-cloud-init-073df96e338e7a191b0d22ff377f91f9b2a82075.zip |
Release 19.3
Bump the version in cloudinit/version.py to be 19.3 and update ChangeLog.
LP: #1851428
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 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 = [ |