From c4f1faf2fdb6d00c526ff8a89a0033d28f0a581e Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Mar 01 2018 05:20:12 +0000 Subject: Automatic commit of release 0.9.0 --- diff --git a/waiverdb.spec b/waiverdb.spec index fcff716..d9b7c6d 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,8 +1,8 @@ -%global upstream_version 0.8.0 +%global upstream_version 0.9.0 Name: waiverdb -Version: 0.8.0 +Version: 0.9.0 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index 7dc53b5..5f16a6e 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '0.8.0' +__version__ = '0.9.0'