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

Commit ed7466a

Browse files
committed
1.2.5
1 parent dc921b1 commit ed7466a

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.4
6+
Version: 1.2.5
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+
* Tue Feb 23 2021 Jan Rodak <jrodak@redhat.com> - 1.2.5-1
48+
- release 1.2.5
49+
4750
* Thu Dec 10 2020 Jan Rodak <jrodak@redhat.com> - 1.2.4-1
4851
- release 1.2.4
4952

oval_graph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.4'
1+
__version__ = '1.2.5'

0 commit comments

Comments
 (0)