From 976078176c424a1752087559053507c49100f1ec Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 14 2019 15:09:18 +0000 Subject: Automatic commit of release 0.13 --- diff --git a/waiverdb.spec b/waiverdb.spec index 0f79031..66dcc0a 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.12.0 +%global upstream_version 0.13 %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without server @@ -9,7 +9,7 @@ %endif Name: waiverdb -Version: 0.12.0 +Version: 0.13 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index 4a4f461..2a95232 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '0.12.0' +__version__ = '0.13'