From 0db8ce7b0a3b9a9bd654d396e020f84ea3911e7e Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Fri, 24 Jul 2020 23:47:25 -0500 Subject: [PATCH] Bump version to 3.1.0 --- Makefile | 2 +- rpm/osg-test.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 06f12a14..2ccd9373 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := osg-test -VERSION := 3.0.0 +VERSION := 3.1.0 # ------------------------------------------------------------------------------ diff --git a/rpm/osg-test.spec b/rpm/osg-test.spec index a7a6d1ae..910531af 100644 --- a/rpm/osg-test.spec +++ b/rpm/osg-test.spec @@ -1,6 +1,6 @@ Summary: Tests an OSG Software installation Name: osg-test -Version: 3.0.0 +Version: 3.1.0 Release: 1%{?dist} License: Apache License, 2.0 Group: Applications/Grid @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/osgtest/vendor %{_sbindir}/%{name}-log-viewer %changelog +* Fri Jul 24 2020 Mátyás Selmeci - 3.1.0-1 +- Python 3/EL8 support for osg-test (SOFTWARE-4073) + * Tue May 07 2019 Brian Lin - 3.0.0-1 - Remove tests for OSG 3.3-only components - Update StashCache and XRootD tests for XCache 1.0+