From 75c5789d8a83e906ecad62c7f986573955dffe7f Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Jun 25 2014 17:25:23 +0000 Subject: bumping version to 0.2.1 --- diff --git a/fake_fedorainfra.spec b/fake_fedorainfra.spec index e5a3321..073e1c8 100644 --- a/fake_fedorainfra.spec +++ b/fake_fedorainfra.spec @@ -4,8 +4,8 @@ %endif Name: fake_fedorainfra -Version: 0.2.0 -Release: 1%{?dist} +Version: 0.2.1 +Release: 2%{?dist} Summary: Fake partial implementation of fedora infrastructure for testing License: GPLv2+ @@ -55,6 +55,12 @@ install conf/settings.py.example %{buildroot}%{_sysconfdir}/fake_fedorainfra/set %{_datadir}/fake_fedorainfra/* %changelog +* Wed Jun 25 2014 Tim Flink - 0.2.1-2 +- bumping version to fix botched build + +* Wed Jun 25 2014 Tim Flink - 0.2.1-1 +- fixed redirect to take base url into account (T194) + * Tue Apr 1 2014 Tim Flink - 0.2.0-1 - Releasing fake_fedorainfra 0.2.0 diff --git a/fake_fedorainfra/__init__.py b/fake_fedorainfra/__init__.py index 8b6da55..824fa33 100644 --- a/fake_fedorainfra/__init__.py +++ b/fake_fedorainfra/__init__.py @@ -28,7 +28,7 @@ import os # the version as used in setup.py -__version__ = "0.2.0" +__version__ = "0.2.1" # Flask App