diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2020-11-24 11:38:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 10:38:50 -0700 |
commit | 47f4229ebcef9f83df8b549bb869a2dbf6dff17c (patch) | |
tree | 67e3be4a207c4aff01f74bc1b89851fb35503dfc /cloudinit | |
parent | 87df9d6cac95112560e5c652a68b74a28f4a6785 (diff) | |
download | vyos-cloud-init-47f4229ebcef9f83df8b549bb869a2dbf6dff17c.tar.gz vyos-cloud-init-47f4229ebcef9f83df8b549bb869a2dbf6dff17c.zip |
Release 20.4 (#686)20.4
Bump the version in cloudinit/version.py to 20.4 and
update ChangeLog.
LP: #1905440
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 8560d087..f25e9145 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__ = "20.3" +__VERSION__ = "20.4" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |