From 9bc4c8f09c5758f0d977edc9f3303411f7a5adf6 Mon Sep 17 00:00:00 2001 From: Jan Rodak Date: Thu, 3 Sep 2020 09:29:50 +0200 Subject: [PATCH] 1.2.0 --- 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 5fbc0aa8..83c60052 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.1.1 +Version: 1.2.0 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 +* Thu Sep 03 2020 Jan Rodak - 1.2.0-1 +- release 1.2.0 + * Fri Apr 17 2020 Jan Rodak - 1.1.1-1 - release 1.1.1 diff --git a/oval_graph/__init__.py b/oval_graph/__init__.py index b3ddbc41..58d478ab 100644 --- a/oval_graph/__init__.py +++ b/oval_graph/__init__.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.2.0'