Skip to content

Commit

Permalink
Version bump: Flask-Pusher 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Sep 30, 2018
1 parent bdec973 commit 08bf6c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
2.0
* Remove Python 2.6 and 3.3 support
* Support `pusher<3`

1.2
* Support `pusher<2.0`

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 08bf6c0

Please sign in to comment.