From e609158f75f44b0ec98275ce3a2d14970e261f92 Mon Sep 17 00:00:00 2001 From: František Zatloukal Date: Mar 22 2018 12:20:16 +0000 Subject: Bump version to 0.4.14 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index c5f1dfa..a3586dc 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -4,8 +4,8 @@ Name: blockerbugs # NOTE: if you update version, *make sure* to also update -# `libtaskotron/__init__.py` and `docs/source/conf.py` -Version: 0.4.13 +# `blockerbugs/__init__.py` and `docs/source/conf.py` +Version: 0.4.14 Release: 1%{?dist} Summary: Fedora QA Blocker Tracking Application @@ -133,6 +133,10 @@ cp -v docs/_build/man/*.1 %{buildroot}/%{_mandir}/man1/ %changelog +* Thu 22 2018 Frantisek Zatloukal - 0.4.14-1 +- nicer favicon +- change alpha criteria links to basic + * Mon Aug 14 2017 Kamil Páral - 0.4.13-1 - Correct update URLs - Add tab for candidate compose / stable push request text diff --git a/blockerbugs/__init__.py b/blockerbugs/__init__.py index 7676145..05c7c20 100644 --- a/blockerbugs/__init__.py +++ b/blockerbugs/__init__.py @@ -9,7 +9,7 @@ import os from util.login import FakeFas # the version as used in setup.py and docs -__version__ = "0.4.13" +__version__ = "0.4.14" # Flask App diff --git a/docs/source/conf.py b/docs/source/conf.py index f127364..e52be33 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ copyright = u'2016, Fedora QA' # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.13' +release = '0.4.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.