diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b1e4ca..ef08f7a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +1.0.0 +----- + + - Handle authors from pagure messages `#67 `_ + - Remove the pkgdb criteria `#66 `_ + - Add cico.pipeline to run tests in CentOS CI `#63 `_ + - Add support for tox runner `#62 `_ + 0.5.3 ----- diff --git a/setup.py b/setup.py index 9c28fb9..3eba242 100644 --- a/setup.py +++ b/setup.py @@ -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+',