From 0d1928649d5c52fb35965fb302d4c1727e990303 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Jul 09 2015 17:14:08 +0000 Subject: bumping version to 0.2.4 --- diff --git a/fake_fedorainfra.spec b/fake_fedorainfra.spec index 27790c9..2b0b6b0 100644 --- a/fake_fedorainfra.spec +++ b/fake_fedorainfra.spec @@ -4,7 +4,7 @@ %endif Name: fake_fedorainfra -Version: 0.2.2 +Version: 0.2.4 Release: 1%{?dist} Summary: Fake partial implementation of fedora infrastructure for testing @@ -55,6 +55,9 @@ install conf/settings.py.example %{buildroot}%{_sysconfdir}/fake_fedorainfra/set %{_datadir}/fake_fedorainfra/* %changelog +* Thu Jul 17 2014 Tim Flink - 0.2.3-1 +- fixing setup.py to match requirements.txt + * Thu Jul 3 2014 Tim Flink - 0.2.2-1 - updating imports to handle flask-wtf 0.9 - fixing requirements to work with newer flask diff --git a/fake_fedorainfra/__init__.py b/fake_fedorainfra/__init__.py index b22d284..dd977f7 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.2" +__version__ = "0.2.4" # Flask App