We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc4c4c commit fdc39ffCopy full SHA for fdc39ff
fcm_django/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = "xTrinch"
2
__email__ = "[email protected]"
3
-__version__ = "0.2.20"
+__version__ = "0.2.21"
4
5
6
class NotificationError(Exception):
setup.py
@@ -5,7 +5,7 @@
except ImportError:
from distutils.core import setup
7
8
-VERSION = '0.2.20'
+VERSION = '0.2.21'
9
10
CLASSIFIERS = [
11
"Development Status :: 5 - Production/Stable",
0 commit comments