Skip to content

Commit

Permalink
Changelog and version bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Dec 11, 2014
1 parent 46f74a7 commit 6d25d66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Changelog
=========
0.3
* Webhooks support
* JSONP authentication support with Flask-Jsonpify

0.2
---
* Authentication support

0.1
---
* Initial version
* Flask app binding to pusher client
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-Pusher',
version='0.3dev',
version='0.3',
url='https://www.github.com/iurisilvio/Flask-Pusher',
license='MIT',
author='Iuri de Silvio',
Expand Down

0 comments on commit 6d25d66

Please sign in to comment.