From a7965ac48c480b6166893767325e55b37fba7597 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Jan 19 2021 23:38:18 +0000 Subject: Release 1.1.0 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 25a018a..199483a 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: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Fedora QA Blocker Tracking Application @@ -105,6 +105,9 @@ cp -v docs/_build/man/*.1 %{buildroot}/%{_mandir}/man1/ %changelog +* Wed Jan 20 2021 Frantisek Zatloukal - 1.1.0-1 +- discussions: ignore closed tickets + * Wed Jan 13 2021 Frantisek Zatloukal - 1.0.0-1 - cli: add close-inactive-discussions command - pagure_bot: don't double-parse commands diff --git a/blockerbugs/__init__.py b/blockerbugs/__init__.py index 3508947..0e4947a 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__ = "1.0.0" +__version__ = "1.1.0" # Flask App diff --git a/docs/source/conf.py b/docs/source/conf.py index f6d343f..b3a6aa7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2021, Fedora QA' # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.