diff options
author | James Falcon <james.falcon@canonical.com> | 2021-11-02 14:35:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 14:35:08 -0500 |
commit | db6084bdaea263b01cdea375ba58e8f262e6c937 (patch) | |
tree | 18a9ac10236aeb1a367df659fe7439ae21a83da7 /cloudinit | |
parent | ff415cad242deeefe6741dfed8d4f554d964fb04 (diff) | |
download | vyos-cloud-init-db6084bdaea263b01cdea375ba58e8f262e6c937.tar.gz vyos-cloud-init-db6084bdaea263b01cdea375ba58e8f262e6c937.zip |
Release 21.4 (#1091)
Bump the version in cloudinit/version.py to 21.4 and
update ChangeLog.
LP: #1949405
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 b798a6d7..ab93f902 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__ = "21.3" +__VERSION__ = "21.4" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |