From f1f3659bc23968a23d91bfdedc7f320983c7e503 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 13 Mar 2016 15:28:27 +0000 Subject: Prepare for 1.5 --- bin/vmdebootstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap index 82dcfd7..81cc7bf 100755 --- a/bin/vmdebootstrap +++ b/bin/vmdebootstrap @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# pylint: disable=wrong-import-order + import os import sys import time @@ -37,7 +39,7 @@ from vmdebootstrap.filesystem import Filesystem from vmdebootstrap.uefi import Uefi from vmdebootstrap.network import Networking -__version__ = '1.4' +__version__ = '1.5' # pylint: disable=invalid-name,line-too-long # pylint: disable=missing-docstring,too-many-statements -- cgit v1.2.1