Skip to content

Commit

Permalink
Version bump: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Jun 20, 2016
1 parent ab5f06e commit 6a34925
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
1.1.1
* Remove deprecated `flask.ext.*` calls

1.1
* Support `pusher` 1.2+
* Support `PUSHER_SSL` configuration
Expand Down
2 changes: 1 addition & 1 deletion flask_pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from flask import Blueprint, current_app, request, abort, json
try:
from flask.ext.jsonpify import jsonify
from flask_jsonpify import jsonify
except ImportError:
from flask import jsonify

Expand Down
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='1.1',
version='1.1.1',
url='https://www.github.com/iurisilvio/Flask-Pusher',
license='MIT',
author='Iuri de Silvio',
Expand Down

0 comments on commit 6a34925

Please sign in to comment.