diff options
author | Brett Holman <brett.holman@canonical.com> | 2022-09-14 15:49:04 -0600 |
---|---|---|
committer | Brett Holman <brett.holman@canonical.com> | 2022-09-14 15:49:04 -0600 |
commit | ba9cb788f90ae408cbd12aa1913bdeab0f0209cc (patch) | |
tree | 3f1b3748a69345d451c78b62e109310f0ddf13b9 /cloudinit/version.py | |
parent | 19b08da6d6a3acac9a9a30ef7aa6241a346b78f3 (diff) | |
download | cloud-init-git-22.3.2.tar.gz |
Release 22.3.222.3.2
Bump the version in cloudinit/version.py to 22.3.2 and
update ChangeLog.
LP: #1986703
Diffstat (limited to 'cloudinit/version.py')
-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 83df251e..2585380c 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__ = "22.3.1" +__VERSION__ = "22.3.2" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [ |