Skip to content

Commit

Permalink
Pusher 1.0 broke the extension. First step is a release with a good d…
Browse files Browse the repository at this point in the history
…ependency.
  • Loading branch information
iurisilvio committed Apr 25, 2015
1 parent 5226e68 commit 92c04a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
Changelog
=========
0.4.1
* Fix dependency version: pusher<1.0

0.4
* Batch auth support
* Configurable url prefix and authentication path
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-Pusher',
version='0.4',
version='0.4.1',
url='https://www.github.com/iurisilvio/Flask-Pusher',
license='MIT',
author='Iuri de Silvio',
Expand All @@ -13,7 +13,7 @@
platforms='any',
install_requires=[
'Flask',
'pusher',
'pusher<1.0',
'Flask-Jsonpify', # for jsonp auth support
],
test_suite="tests",
Expand Down

0 comments on commit 92c04a6

Please sign in to comment.