diff options
author | James Falcon <therealfalcon@gmail.com> | 2021-08-23 12:43:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 11:43:37 -0600 |
commit | 03ee10cd378773fab50eacf6fce3c55e8f828879 (patch) | |
tree | 2f97739231a825f97e6ceb51047c158c724cd1d3 /cloudinit | |
parent | 3ec8ddde0d1d2fd8597f7d2915baa3e328552ab1 (diff) | |
download | vyos-cloud-init-03ee10cd378773fab50eacf6fce3c55e8f828879.tar.gz vyos-cloud-init-03ee10cd378773fab50eacf6fce3c55e8f828879.zip |
Release 21.3 (#993)
Bump the version in cloudinit/version.py to 21.3 and update ChangeLog.
LP: #1940839
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 be47aff3..b798a6d7 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.2" +__VERSION__ = "21.3" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |