Skip to content

Commit

Permalink
Django 1.7 support, Allow re-registration with same id if inactive, a…
Browse files Browse the repository at this point in the history
…dd json_encoder parameter for pyfcm
  • Loading branch information
xtrinch committed Apr 4, 2018
1 parent 00abffc commit 505a8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fcm_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "xTrinch"
__email__ = "mojca.rojko@gmail.com"
__version__ = "0.2.16"
__version__ = "0.2.17"


class NotificationError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
except ImportError:
from distutils.core import setup

VERSION = '0.2.16'
VERSION = '0.2.17'

CLASSIFIERS = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 505a8c4

Please sign in to comment.