Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Preparing release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Dec 2, 2016
1 parent dbcaa01 commit b18bf9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Changelog
=========

0.4.0 (unreleased)
0.4.0 (2016-12-02)
------------------

- Add the plugin version in the capability. (#12)
- Handle the ``pusher.cluster`` option. (#17)
- Update to super Kinto 5.0


0.3.0 (2016-05-23)
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ In the Kinto-based application settings:
pusher.app_id = <pusher-app-id>
pusher.key = <pusher-key>
pusher.secret = <pusher-secret>
pusher.cluster = eu
kinto.event_listeners = pusher
kinto.event_listeners.pusher.use = kinto_pusher.listener
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='kinto-pusher',
version='0.4.0.dev0',
version='0.4.0',
description="Plug Kinto notifications into Pusher.com",
long_description=readme + '\n\n' + history,
author="Mathieu Leplatre",
Expand Down

0 comments on commit b18bf9f

Please sign in to comment.