From 275a51a102b6f0538431518a73962d82e86d8abf Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Jul 26 2018 08:48:34 +0000 Subject: Automatic commit of release 0.9.1 --- diff --git a/greenwave.spec b/greenwave.spec index 250e6b8..188c883 100644 --- a/greenwave.spec +++ b/greenwave.spec @@ -1,8 +1,8 @@ -%global upstream_version 0.9.0 +%global upstream_version 0.9.1 Name: greenwave -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: Service for gating on automated tests License: GPLv2+ diff --git a/greenwave/__init__.py b/greenwave/__init__.py index 9f86aa8..8ef1cc9 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.0' +__version__ = '0.9.1'