Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <[email protected]>
  • Loading branch information
sayanchowdhury committed Nov 13, 2018
1 parent 310dd92 commit d20db4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.5.3
-----

- Force lowercase when comparing package names with pkgdb `#47 <https://github.com/fedora-infra/fedbadges/pull/47>`_
- A diagram for how fedbadges relates to the other badges.fp.o pieces. `#48 <https://github.com/fedora-infra/fedbadges/pull/48>`_
- Ignore service users (e.g. mbs/mbs.fedoraproject.org) `#55 <https://github.com/fedora-infra/fedbadges/pull/55>`_
- Use open() rather than file() `#56 <https://github.com/fedora-infra/fedbadges/pull/56>`_
- Add openid2fas resolution `#59 <https://github.com/fedora-infra/fedbadges/pull/59>`_

0.5.2
-----

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.2',
version='0.5.3',
description='fedmsg consumer for awarding open badges',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit d20db4e

Please sign in to comment.