Skip to content

Commit

Permalink
Remove deprecated django_nyt.notify, bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jul 29, 2018
1 parent 68a447e commit 61748ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
10 changes: 1 addition & 9 deletions django_nyt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
_disable_notifications = False

__version__ = "1.1"
__version__ = "1.1.1"

default_app_config = "django_nyt.apps.DjangoNytConfig"


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

1.1.1
-----

Added
^^^^^

* Python 3.7 support :url-issue:`81`

Deprecations
^^^^^^^^^^^^
* Removed ``django_nyt.notify``, use ``django_nyt.utils.notify``



1.1
---

Expand Down

0 comments on commit 61748ea

Please sign in to comment.