From 0fb0e8f48c858ec10440cbbc79c78524afbb232d Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 1 Apr 2019 15:24:13 +0200 Subject: [PATCH] Release 1.7.2 (#305) * Ensure REX keys are written with proper newlines (BZ #1693136, #304) * Document how to run bootstrap.py on EL8 (#303) --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index e662d6c..ae055ce 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -63,7 +63,7 @@ import rpm # pylint:disable=import-error -VERSION = '1.7.1' +VERSION = '1.7.2' # Python 2.4 only supports octal numbers by prefixing '0' # Python 3 only support octal numbers by prefixing '0o'