diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f079ce3..f6021238 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,31 @@ Changelog ========= +0.4.0 +----- + +- If the user is expecting jsonp, there's no way they want html... `c9e8d977f `_ +- Fix widget css resources paths. `3129baed8 `_ +- Move APP_PATH config to the default_config module. `676bdef7a `_ +- Merge pull request #122 from fedora-infra/feature/fix-jsonp `609b3caf8 `_ +- Merge pull request #123 from fedora-infra/feature/fix-widget-css `b0fa7940e `_ +- Make message count always be an int `03337713b `_ +- Optimize count_all_messages() `aa1363950 `_ +- Merge pull request #124 from fedora-infra/int-messagecount `c5ea239e7 `_ +- Merge pull request #125 from fedora-infra/feature/defer-count-query `4df9a49fb `_ +- Work the /id/ endpoint `4b57c84e1 `_ +- Display the message in size extra-large `38403ef6a `_ +- When linking to the id page, we have the space so go for the largest size `28e64402a `_ +- Update docs for extra-large size. `a04ed00a6 `_ +- Typofix. `5ae033c2a `_ +- Colorized the json here. `7c6c5231b `_ +- Add extra-large to the message_card util. `58d877a45 `_ +- Make "desc" the default ordering to save on typing. `cb33da116 `_ +- Merge pull request #128 from fedora-infra/feature/default-is-desc `92fdb8f4f `_ +- Merge pull request #127 from fedora-infra/feature/msg_in_card `934be9a09 `_ +- PEP8/cosmetic. `834dad9a0 `_ +- Merge pull request #129 from fedora-infra/feature/pep8 `f6a93ede0 `_ + 0.3.3 ----- diff --git a/setup.py b/setup.py index 9ef78749..b6c1e90f 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_requires(filename="requirements.txt"): setup( name='datagrepper', description='A webapp to query fedmsg history', - version='0.3.3', + version='0.4.0', author='Ian Weller and Ralph Bean', author_email='ianweller@fedoraproject.org, ralph@fedoraproject.org', license='GPLv2+',