diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2021-02-23 09:41:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 09:41:41 -0500 |
commit | d873b9dcf30cdc619655dc7ea37c264ca7ba1845 (patch) | |
tree | 14385b3e01b6ce0e097345c5ec9d5f65a268f951 /cloudinit | |
parent | a64b73808857fa7b4f262422ce2c87eedbce10d5 (diff) | |
download | vyos-cloud-init-d873b9dcf30cdc619655dc7ea37c264ca7ba1845.tar.gz vyos-cloud-init-d873b9dcf30cdc619655dc7ea37c264ca7ba1845.zip |
Release 21.1 (#820)
Bump the version in cloudinit/version.py to 21.1 and
update ChangeLog.
LP: #1916540
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 36ec728e..94afd60d 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.1" +__VERSION__ = "21.1" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |