diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-10-02 16:49:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2018-10-02 16:52:24 -0400 |
commit | e28000457591bde9f22d6b7a538b1fc33349d780 (patch) | |
tree | 84aec90a6c9c335ec24719609eaddd51c8c197a9 /cloudinit | |
parent | 40768bad4c7eb966b2a8c1308cdae22e578b2413 (diff) | |
download | vyos-cloud-init-e28000457591bde9f22d6b7a538b1fc33349d780.tar.gz vyos-cloud-init-e28000457591bde9f22d6b7a538b1fc33349d780.zip |
release 18.4
Bump the version in cloudinit/version.py to be 18.4 and update ChangeLog.
LP: #1795741
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 3b60fc49..844a02e0 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__ = "18.3" +__VERSION__ = "18.4" _PACKAGED_VERSION = '@@PACKAGED_VERSION@@' FEATURES = [ |