From fdc39ffab09086ac85f0a341ac558bf1718eec75 Mon Sep 17 00:00:00 2001 From: xtrinch Date: Thu, 6 Dec 2018 08:12:28 +0100 Subject: [PATCH] Bump version --- fcm_django/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fcm_django/__init__.py b/fcm_django/__init__.py index 884fa487..181f91c4 100644 --- a/fcm_django/__init__.py +++ b/fcm_django/__init__.py @@ -1,6 +1,6 @@ __author__ = "xTrinch" __email__ = "mojca.rojko@gmail.com" -__version__ = "0.2.20" +__version__ = "0.2.21" class NotificationError(Exception): diff --git a/setup.py b/setup.py index a6cf8079..d0ee4ac3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup -VERSION = '0.2.20' +VERSION = '0.2.21' CLASSIFIERS = [ "Development Status :: 5 - Production/Stable",