From 844a8424d4f433526794c3eb132174867160a2a0 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Dec 06 2018 23:56:22 +0000 Subject: Automatic commit of release 0.9.12 --- diff --git a/greenwave.spec b/greenwave.spec index c55f374..44302c3 100644 --- a/greenwave.spec +++ b/greenwave.spec @@ -1,8 +1,8 @@ -%global upstream_version 0.9.11 +%global upstream_version 0.9.12 Name: greenwave -Version: 0.9.11 +Version: 0.9.12 Release: 1%{?dist} Summary: Service for gating on automated tests License: GPLv2+ diff --git a/greenwave/__init__.py b/greenwave/__init__.py index 2e41da5..222bc9b 100644 --- a/greenwave/__init__.py +++ b/greenwave/__init__.py @@ -8,4 +8,4 @@ It provides a :ref:`http-api` for applications to use. .. _Flask: http://flask.pocoo.org/ .. _SQLAlchemy: http://sqlalchemy.org/ """ -__version__ = '0.9.11' +__version__ = '0.9.12'