From 5fa15877e1404e9735b2e2c62b99a4d85cdfe7e0 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jun 19 2017 03:28:25 +0000 Subject: Automatic commit of release 0.2.1 --- diff --git a/waiverdb.spec b/waiverdb.spec index 7430ed8..e3d9d2e 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,8 +1,8 @@ -%global upstream_version 0.2 +%global upstream_version 0.2.1 Name: waiverdb -Version: 0.2 +Version: 0.2.1 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index 90427c9..03c6a3f 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '0.2' +__version__ = '0.2.1'