From 58d1ec374d5dec09fd39fbc4c7a3fb91357bf48b Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: May 10 2018 12:31:26 +0000 Subject: Automatic commit of release 0.10.0 --- diff --git a/waiverdb.spec b/waiverdb.spec index 0668ddd..697aff2 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,5 +1,5 @@ -%global upstream_version 0.9.1 +%global upstream_version 0.10.0 %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without server @@ -10,7 +10,7 @@ %endif Name: waiverdb -Version: 0.9.1 +Version: 0.10.0 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index b376aab..0e8e5de 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '0.9.1' +__version__ = '0.10.0'