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 3b662e1 commit d2d3b88Copy full SHA for d2d3b88
fcm_django/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = "xTrinch"
2
__email__ = "[email protected]"
3
-__version__ = "0.3.1"
+__version__ = "0.3.2"
4
5
6
class NotificationError(Exception):
setup.py
@@ -5,7 +5,7 @@
except ImportError:
from distutils.core import setup
7
8
-VERSION = '0.3.1'
+VERSION = '0.3.2'
9
10
CLASSIFIERS = [
11
"Development Status :: 5 - Production/Stable",
0 commit comments