From dc98f988a43619738b03efe9c152257897f32281 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Nov 19 2019 09:07:47 +0000 Subject: Release 2.9 --- diff --git a/fedora_elections/__init__.py b/fedora_elections/__init__.py index c782d8f..20e7865 100644 --- a/fedora_elections/__init__.py +++ b/fedora_elections/__init__.py @@ -25,7 +25,7 @@ # from __future__ import unicode_literals, absolute_import -__version__ = '2.7' +__version__ = '2.9' import logging # noqa import os # noqa diff --git a/files/fedora-elections.spec b/files/fedora-elections.spec index fc99887..f84d23e 100644 --- a/files/fedora-elections.spec +++ b/files/fedora-elections.spec @@ -1,7 +1,7 @@ %define modname fedora_elections Name: fedora-elections -Version: 2.7 +Version: 2.9 Release: 1%{?dist} Summary: Fedora elections application @@ -112,6 +112,11 @@ install -m 644 files/update_1_to_2.sql \ %changelog +* Mon Nov 18 2019 Ben Cotton 2.9-1 +- Update to 2.9 (2.8 existed, in a sense) +- Open "more info" links in a new window +- Make it more clear that names are clickable links + * Tue Oct 17 2017 Pierre-Yves Chibon - 2.7-1 - Update to 2.7 - Fix spelling error (VoidWhisperer)