diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2021-01-28 10:48:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 10:48:59 -0500 |
commit | 71564dce3b6fa3e6aa398b0dd7415b21dca70701 (patch) | |
tree | fee907d133ca805da2a761d6b65395e26de1b013 /cloudinit | |
parent | 6efe16d8f28b89423f7e6e60fc0d4ab1f385f4d8 (diff) | |
parent | 9db8620beda698a67548defe76f7b75da35db4b9 (diff) | |
download | vyos-cloud-init-71564dce3b6fa3e6aa398b0dd7415b21dca70701.tar.gz vyos-cloud-init-71564dce3b6fa3e6aa398b0dd7415b21dca70701.zip |
Merge upstream/20.4.1 into master
upstream/20.4.1 was used to release the 20.4.1 hotfix. Merging it into
master reconciles that fork in history, and integrates both the 20.4.1
changelog and tag into our main history.
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 = [ |