From 1b12f31618c83d814e7ae043250d0f929e39f8a8 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Aug 23 2021 09:08:28 +0000 Subject: Release 1.4.0 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index f9afba8..1023cdf 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.3.1 +Version: 1.4.0 Release: 1%{?dist} Summary: Fedora QA Blocker Tracking Application @@ -108,6 +108,14 @@ cp -v docs/_build/man/*.1 %{buildroot}/%{_mandir}/man1/ %changelog +* Mon Aug 23 2021 Frantisek Zatloukal - 1.4.0-1 +- SQLAlchemy: add naming conventions +- replace partner-bugzilla with bugzilla.stage +- db models: replace backref= with back_populates= +- docstrings: add module docstrings +- display bugs with dependencies +- bugzilla: disable "quick" sync in favor of a full sync + * Tue May 18 2021 Frantisek Zatloukal - 1.3.1-1 - blocker_list: don't display update popup needlessly - Werkzeug ProxyFix changed with 1.0 release, fixing our usage diff --git a/blockerbugs/__init__.py b/blockerbugs/__init__.py index 8a7df65..cf4df46 100644 --- a/blockerbugs/__init__.py +++ b/blockerbugs/__init__.py @@ -11,7 +11,7 @@ import sqlalchemy from . import config # the version as used in setup.py and docs -__version__ = "1.3.1" +__version__ = "1.4.0" # Flask App app: Flask = Flask(__name__) diff --git a/docs/source/conf.py b/docs/source/conf.py index f5da955..ade77e8 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.3' +version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.3.1' +release = '1.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.