diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-02-22 16:40:05 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2018-02-22 17:20:24 -0500 |
commit | 1e2c2f84cf68e19728f7bc51f0c9322c3e895019 (patch) | |
tree | 023a75f3b65b3a690f4d1e0f2a2390945d068e15 /cloudinit/version.py | |
parent | 3814d559c3e973238d819721605c7451e852fe63 (diff) | |
download | vyos-cloud-init-1e2c2f84cf68e19728f7bc51f0c9322c3e895019.tar.gz vyos-cloud-init-1e2c2f84cf68e19728f7bc51f0c9322c3e895019.zip |
release 18.1
Bump the version in cloudinit/version.py to be 18.1 and update ChangeLog.
LP: #1751145
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 be6262d6..4a682ada 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__ = "17.2" +__VERSION__ = "18.1" FEATURES = [ # supports network config version 1 |