Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
This release drops supports for pkgdb criteria,
this is backward incompatible hence the major version bump

Signed-off-by: Clement Verna <[email protected]>
  • Loading branch information
cverna committed Mar 13, 2019
1 parent bc1aca5 commit 935c690
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.0.0
-----

- Handle authors from pagure messages `#67 <https://github.com/fedora-infra/fedbadges/pull/67>`_
- Remove the pkgdb criteria `#66 <https://github.com/fedora-infra/fedbadges/pull/66>`_
- Add cico.pipeline to run tests in CentOS CI `#63 <https://github.com/fedora-infra/fedbadges/pull/63>`_
- Add support for tox runner `#62 <https://github.com/fedora-infra/fedbadges/pull/62>`_

0.5.3
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_requirements(filename='requirements.txt'):

setup(
name='fedbadges',
version='0.5.3',
version='1.0.0',
description='fedmsg consumer for awarding open badges',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit 935c690

Please sign in to comment.