From 2115226db8664b60e40ce1e8317de018ef8c80a6 Mon Sep 17 00:00:00 2001 From: Valerij Maljulin Date: Mar 09 2020 15:09:41 +0000 Subject: Automatic commit of release 1.1.5 --- diff --git a/waiverdb.spec b/waiverdb.spec index 0c2459d..ac41f2e 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,4 +1,4 @@ -%global upstream_version 1.1.4 +%global upstream_version 1.1.5 %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without server @@ -9,7 +9,7 @@ %endif Name: waiverdb -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index fb664a4..39b8c3f 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '1.1.4' +__version__ = '1.1.5'