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

Commit 96472a9

Browse files
committed
1.3.3
1 parent 2f14080 commit 96472a9

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.3.2
6+
Version: 1.3.3
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 Dec 13 2021 Jan Rodak <[email protected]> - 1.3.3-1
48+
- release 1.3.3
49+
4750
* Fri Oct 15 2021 Jan Rodak <[email protected]> - 1.3.2-1
4851
- release 1.3.2
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.3.2'
5+
__version__ = '1.3.3'

0 commit comments

Comments
 (0)