Skip to content

Commit

Permalink
Version bump: 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed May 19, 2016
1 parent 1cc6a96 commit ab5f06e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ env:
- FLASK="==0.9"
- FLASK="==0.10.1" PUSHER="pusher<1.0"
- FLASK="==0.10.1" PUSHER="pusher>=1.0,<1.1"
- FLASK="==0.10.1" PUSHER="pusher>=1.1,<1.2"
- FLASK="==0.10.1"
- FLASK="==0.10.1" PUSHER="git+https://github.com/pusher/pusher-http-python.git"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
Changelog
=========
1.1
* Support `pusher` 1.2+
* Support `PUSHER_SSL` configuration

1.0.1
* Monkey patch `pusher.json` module to use `flask.json`

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-Pusher',
version='1.0.2',
version='1.1',
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<1.2',
'pusher<1.3',
'Flask-Jsonpify', # for jsonp auth support
],
test_suite="tests",
Expand Down

0 comments on commit ab5f06e

Please sign in to comment.