Skip to content

Commit 0db8ce7

Browse files
committed
Bump version to 3.1.0
1 parent fe1ad85 commit 0db8ce7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77

88
PACKAGE := osg-test
9-
VERSION := 3.0.0
9+
VERSION := 3.1.0
1010

1111

1212
# ------------------------------------------------------------------------------

rpm/osg-test.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Tests an OSG Software installation
22
Name: osg-test
3-
Version: 3.0.0
3+
Version: 3.1.0
44
Release: 1%{?dist}
55
License: Apache License, 2.0
66
Group: Applications/Grid
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/osgtest/vendor
6060
%{_sbindir}/%{name}-log-viewer
6161

6262
%changelog
63+
* Fri Jul 24 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.1.0-1
64+
- Python 3/EL8 support for osg-test (SOFTWARE-4073)
65+
6366
* Tue May 07 2019 Brian Lin <blin@cs.wisc.edu> - 3.0.0-1
6467
- Remove tests for OSG 3.3-only components
6568
- Update StashCache and XRootD tests for XCache 1.0+

0 commit comments

Comments
 (0)