diff options
author | Chad Smith <chad.smith@canonical.com> | 2019-12-18 08:14:55 -0700 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-18 10:14:55 -0500 |
commit | a1063b89e32fa698382bb9617632c0b5f206cdb4 (patch) | |
tree | 669beb7c170fbcdf59bef759588d1ea52ccd8af7 /cloudinit | |
parent | 1bf41cdda3805b053f198ab94717dba247edd969 (diff) | |
download | vyos-cloud-init-a1063b89e32fa698382bb9617632c0b5f206cdb4.tar.gz vyos-cloud-init-a1063b89e32fa698382bb9617632c0b5f206cdb4.zip |
Release 19.4
Bump the version in cloudinit/version.py to be 19.4 and update ChangeLog.
LP: #1856761
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 5ecc2848..45234499 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.3" +__VERSION__ = "19.4" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |