diff --git a/oval-graph.spec b/oval-graph.spec index 39838d3a..c28f8272 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.3.2 +Version: 1.3.3 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 +* Mon Dec 13 2021 Jan Rodak - 1.3.3-1 +- release 1.3.3 + * Fri Oct 15 2021 Jan Rodak - 1.3.2-1 - release 1.3.2 diff --git a/oval_graph/__init__.py b/oval_graph/__init__.py index 65a7411e..5048f239 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.3.2' +__version__ = '1.3.3'