From 6f193226f458bffd87f9c992b98c239a57f4afa4 Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Thu, 3 Dec 2020 06:49:59 -0800 Subject: [PATCH] 0.0.4 release --- python-fedmsg-meta-umb.spec | 10 +++++++++- setup.py | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/python-fedmsg-meta-umb.spec b/python-fedmsg-meta-umb.spec index bd056ec..2ee94d7 100644 --- a/python-fedmsg-meta-umb.spec +++ b/python-fedmsg-meta-umb.spec @@ -2,7 +2,7 @@ %global rpmname fedmsg-meta-umb Name: python-%{rpmname} -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist} Summary: fedmsg metadata provider plugins for the Unified Message Bus @@ -64,6 +64,14 @@ PYTHONPATH=. sphinx-build-3 doc/ htmldocs/ %{_datadir}/%{name} %changelog +* Thu Dec 3 2020 Mike Bonnet - 0.0.4-1 +- snitch: handle inconsistent IDs +- errata: improved message handling +- replace references to external icons with local copies +- add CodeQL analysis and update tests to run on Python 3.9 +- clair: handle messages from Clair v4 +- messagebusd: new processor + * Fri Jan 17 2020 Mike Bonnet - 0.0.3-1 - remove python2 support, since fedmsg no longer supports it as of Fedora 31 diff --git a/setup.py b/setup.py index 4082282..2203352 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 Red Hat, Inc. +# Copyright (C) 2017-2020 Red Hat, Inc. # # fedmsg_meta_umb is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -66,7 +66,7 @@ setup( name='fedmsg_meta_umb', - version='0.0.3', + version='0.0.4', description="fedmsg metadata providers for services on Red Hat's Unified Message Bus", long_description=long_description, author='Mike Bonnet',