Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrinch committed Aug 9, 2021
1 parent 0770def commit 2825245
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__ = "[email protected]"
__version__ = "1.0.3"
__version__ = "1.0.4"


class NotificationError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion fcm_django/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from copy import copy
from itertools import repeat
from typing import List, NamedTuple, Optional, Sequence, Union
from copy import copy

from django.db import models
from django.utils.translation import gettext_lazy as _
Expand Down

0 comments on commit 2825245

Please sign in to comment.