From b42225483e814c95f21971353565a1d5eee386b1 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Feb 16 2018 09:44:46 +0000 Subject: Automatic commit of release 0.7.0 --- diff --git a/waiverdb.spec b/waiverdb.spec index 3ce6ac3..53de761 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,8 +1,8 @@ -%global upstream_version 0.6.0 +%global upstream_version 0.7.0 Name: waiverdb -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index e2939ca..3e886ed 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '0.6.0' +__version__ = '0.7.0'