Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 66e359c

Browse files
committed
1.2.8
1 parent f679568 commit 66e359c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

oval-graph.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Tool for visualization of SCAP rule evaluation results
55
Name: %{name}
6-
Version: 1.2.7
6+
Version: 1.2.8
77
Release: 1%{?dist}
88
# The entire source code is ASL 2.0 except schemas/ which is Public Domain
99
License: ASL 2.0 and Public Domain
@@ -44,6 +44,9 @@ Use `arf-to-json` to generate a rule result in json. Using the
4444
%{_bindir}/json-to-graph
4545

4646
%changelog
47+
* Mon Aug 02 2021 Jan Rodak <jrodak@redhat.com> - 1.2.8-1
48+
- release 1.2.8
49+
4750
* Wed May 26 2021 Jan Rodak <jrodak@redhat.com> - 1.2.7-1
4851
- release 1.2.7
4952

oval_graph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Tool for visualizing OVAL rules from
33
ARF XML generated with SCAP scanners.
44
"""
5-
__version__ = '1.2.7'
5+
__version__ = '1.2.8'

0 commit comments

Comments
 (0)