diff options
author | Chad Smith <chad.smith@canonical.com> | 2020-04-29 16:17:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 16:17:14 -0600 |
commit | 03aed95829ce52214a6a888d6bd1a5d841e85464 (patch) | |
tree | 41c4598908507bcf802e72e106766ad1b8e40c8f /cloudinit | |
parent | 32338f57f8b6160ba9758e76b95731a06d5bc2fd (diff) | |
download | vyos-cloud-init-03aed95829ce52214a6a888d6bd1a5d841e85464.tar.gz vyos-cloud-init-03aed95829ce52214a6a888d6bd1a5d841e85464.zip |
Release 20.2 (#337)
Bump the version in cloudinit/version.py to 20.2 and
update ChangeLog.
LP: #1875951
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 1bc1899c..96682f8a 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.1" +__VERSION__ = "20.2" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |