Skip to content

Commit

Permalink
Bump version 1.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jun 16, 2017
1 parent 37f745a commit 17bcaec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_nyt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

_disable_notifications = False

VERSION = "1.0b4"
VERSION = "1.0b5"
__version__ = VERSION


def notify(*args, **kwargs):
"""
DEPRECATED - please access django_nyt.utils.notify
Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

1.0b5
-----

* Clear the notification type cache every time a new notification type is created or deleleted (Benjamin Bach) #34 #36

1.0b4
-----

Expand Down

0 comments on commit 17bcaec

Please sign in to comment.