diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-02-20 15:55:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 15:55:21 -0500 |
commit | 13e82554728b1cb524438163784e5b955c7c5ed0 (patch) | |
tree | 5c97646be30e66bb12949f29f65012d08bc5ccc9 /cloudinit | |
parent | 4ad5c5d058cc9501ef2f294cb6430d9ffe372e7d (diff) | |
download | vyos-cloud-init-13e82554728b1cb524438163784e5b955c7c5ed0.tar.gz vyos-cloud-init-13e82554728b1cb524438163784e5b955c7c5ed0.zip |
Release 20.1 (#222)20.1
Bump the version in cloudinit/version.py to 20.1 and
update ChangeLog.
LP: #1863954
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 45234499..1bc1899c 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.4" +__VERSION__ = "20.1" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |