Skip to content

Commit

Permalink
Merge pull request #96 from release-engineering/0.0.4-release
Browse files Browse the repository at this point in the history
0.0.4 release
  • Loading branch information
mikebonnet authored Dec 3, 2020
2 parents 91fe93b + 6f19322 commit 6142d56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion python-fedmsg-meta-umb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -64,6 +64,14 @@ PYTHONPATH=. sphinx-build-3 doc/ htmldocs/
%{_datadir}/%{name}

%changelog
* Thu Dec 3 2020 Mike Bonnet <[email protected]> - 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 <[email protected]> - 0.0.3-1
- remove python2 support, since fedmsg no longer supports it as of Fedora 31

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 6142d56

Please sign in to comment.