diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2021-01-15 12:32:57 -0500 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2021-01-15 12:33:05 -0500 |
commit | 9db8620beda698a67548defe76f7b75da35db4b9 (patch) | |
tree | 4a66358dbfff11f2a2cb28cafbd6ca4c7b59a6de /cloudinit | |
parent | 6fc9da9930485f4aa42aca6f2f7aa6f520223ec2 (diff) | |
download | vyos-cloud-init-9db8620beda698a67548defe76f7b75da35db4b9.tar.gz vyos-cloud-init-9db8620beda698a67548defe76f7b75da35db4b9.zip |
Release 20.4.1
Bump the version in cloudinit/version.py to 20.4.1 and
update ChangeLog.
LP: #1911680
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 f25e9145..36ec728e 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.4" +__VERSION__ = "20.4.1" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |