From a97b59d03c3adaf5351ffdd9760922630f4b0257 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Jun 19 2019 14:16:47 +0000 Subject: Release 0.6.1 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index a2aeec1..d01523f 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -1,7 +1,7 @@ Name: blockerbugs # NOTE: if you update version, *make sure* to also update # `blockerbugs/__init__.py` and `docs/source/conf.py` -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?dist} Summary: Fedora QA Blocker Tracking Application @@ -159,6 +159,9 @@ cp -v docs/_build/man/*.1 %{buildroot}/%{_mandir}/man1/ %changelog +* Wed Jun 19 2019 Frantisek Zatloukal - 0.6.1-1 +- Don't log an exception we're ignoring like we didn't ignore it + * Mon Apr 8 2019 Frantisek Zatloukal - 0.6.0-1 - Support Python 3 and use it on Fedora >= 29 and RHEL >= 8 - Cleanup some css and js files and load them from CDN diff --git a/blockerbugs/__init__.py b/blockerbugs/__init__.py index 1347ae6..ef3fed6 100644 --- a/blockerbugs/__init__.py +++ b/blockerbugs/__init__.py @@ -8,7 +8,7 @@ import os from .util.login import FakeFas # the version as used in setup.py and docs -__version__ = "0.6.0" +__version__ = "0.6.1" # Flask App diff --git a/docs/source/conf.py b/docs/source/conf.py index 000ac84..27fcf77 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ copyright = u'2019, Fedora QA' # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.6.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.