From c4046e84fa8283c61d730cd28d3360d57e3157e2 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Sep 30 2020 21:38:06 +0000 Subject: Release 0.7.4 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 0a33ea5..02e5679 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.7.3 +Version: 0.7.4 Release: 1%{?dist} Summary: Fedora QA Blocker Tracking Application @@ -105,6 +105,10 @@ cp -v docs/_build/man/*.1 %{buildroot}/%{_mandir}/man1/ %changelog +* Wed Sep 30 2020 Frantisek Zatloukal - 0.7.4-1 +- Bug proposal/rejection status as SVG endpoint +- sync_updates: allow Bugs for same bug ID but different milestone + * Tue Aug 25 2020 Tim Flink - 0.7.3-1 - Fix some log messages - Only create one ticket per bug, regardless of how many milestones it's in diff --git a/blockerbugs/__init__.py b/blockerbugs/__init__.py index e5eede0..32b7828 100644 --- a/blockerbugs/__init__.py +++ b/blockerbugs/__init__.py @@ -11,7 +11,7 @@ from . import config from .util.login import FakeFas # the version as used in setup.py and docs -__version__ = "0.7.3" +__version__ = "0.7.4" # Flask App diff --git a/docs/source/conf.py b/docs/source/conf.py index c4d4ceb..56efd9b 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.7' # The full version, including alpha/beta/rc tags. -release = '0.7.2' +release = '0.7.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.