From f694b9a7e44d385b8dfc9d89033e8705b2288467 Mon Sep 17 00:00:00 2001 From: Jan Rodak Date: Wed, 26 May 2021 15:09:21 +0200 Subject: [PATCH] 1.2.7 --- oval-graph.spec | 5 ++++- oval_graph/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/oval-graph.spec b/oval-graph.spec index 361e725c..d56696b5 100644 --- a/oval-graph.spec +++ b/oval-graph.spec @@ -3,7 +3,7 @@ Summary: Tool for visualization of SCAP rule evaluation results Name: %{name} -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist} # The entire source code is ASL 2.0 except schemas/ which is Public Domain License: ASL 2.0 and Public Domain @@ -44,6 +44,9 @@ Use `arf-to-json` to generate a rule result in json. Using the %{_bindir}/json-to-graph %changelog +* Wed May 26 2021 Jan Rodak - 1.2.7-1 +- release 1.2.7 + * Wed May 26 2021 Jan Rodak - 1.2.6-1 - release 1.2.6 diff --git a/oval_graph/__init__.py b/oval_graph/__init__.py index 1a053c4d..57d45092 100644 --- a/oval_graph/__init__.py +++ b/oval_graph/__init__.py @@ -2,4 +2,4 @@ Tool for visualizing OVAL rules from ARF XML generated with SCAP scanners. """ -__version__ = '1.2.6' +__version__ = '1.2.7'