diff --git a/django_nyt/__init__.py b/django_nyt/__init__.py index 1312db58..4c47ee76 100644 --- a/django_nyt/__init__.py +++ b/django_nyt/__init__.py @@ -1,5 +1,5 @@ _disable_notifications = False -__version__ = "1.1.5" +__version__ = "1.1.6" default_app_config = "django_nyt.apps.DjangoNytConfig" diff --git a/docs/release_notes.rst b/docs/release_notes.rst index aca51ab9..f16b7850 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,10 +4,18 @@ Release Notes 1.1.5 ----- +Added +^^^^^ + +* Django 3.1 support (added to test matrix) + +1.1.5 +----- + Fixed ^^^^^ - * Do not access ``Settings.user`` in ``Settings.clean()`` on blank new objects :url-issue:`92` +* Do not access ``Settings.user`` in ``Settings.clean()`` on blank new objects :url-issue:`92` 1.1.4 @@ -16,7 +24,7 @@ Fixed Added ^^^^^ - * Django 3.0 support (added to test matrix) +* Django 3.0 support (added to test matrix) 1.1.3 @@ -25,8 +33,8 @@ Added Added ^^^^^ - * Django 2.2 support (added to test matrix) - * Linting (no changes to functionality) +* Django 2.2 support (added to test matrix) +* Linting (no changes to functionality) 1.1.2 @@ -35,7 +43,7 @@ Added Added ^^^^^ - * Django 2.1 support (no changes in code) +* Django 2.1 support (no changes in code) 1.1.1 @@ -44,11 +52,12 @@ Added Added ^^^^^ - * Python 3.7 support :url-issue:`81` +* Python 3.7 support :url-issue:`81` Deprecations ^^^^^^^^^^^^ - * Removed ``django_nyt.notify``, use ``django_nyt.utils.notify`` + +* Removed ``django_nyt.notify``, use ``django_nyt.utils.notify`` @@ -58,20 +67,20 @@ Deprecations New features ^^^^^^^^^^^^ - * Django 2.0 support :url-issue:`55` +* Django 2.0 support :url-issue:`55` Bug fixes ^^^^^^^^^ - * Restored missing translation files :url-issue:`73` +* Restored missing translation files :url-issue:`73` Deprecations ^^^^^^^^^^^^ - * Django < 1.11 support is dropped :url-issue:`62` - * Python < 3.4 support is dropped :url-issue:`65` and :url-issue:`68` - * Deprecate ``django_nyt.urls.get_pattern``, use ``include('django_nyt.urls')`` instead :url-issue:`63` - * Removed ``django_nyt.VERSION``, use `django_nyt.__version__` instead :url-issue:`73` +* Django < 1.11 support is dropped :url-issue:`62` +* Python < 3.4 support is dropped :url-issue:`65` and :url-issue:`68` +* Deprecate ``django_nyt.urls.get_pattern``, use ``include('django_nyt.urls')`` instead :url-issue:`63` +* Removed ``django_nyt.VERSION``, use `django_nyt.__version__` instead :url-issue:`73` 1.0 --- @@ -87,25 +96,25 @@ You can switch off django-channels by setting New features ^^^^^^^^^^^^ - * Support for ``channels`` and web sockets. :url-issue:`21` - * Django 1.9, 1.10, and 1.11 support :url-issue:`25` - * Default AppConfig ``"django_nyt.apps.DjangoNytConfig"`` :url-issue:`57` +* Support for ``channels`` and web sockets. :url-issue:`21` +* Django 1.9, 1.10, and 1.11 support :url-issue:`25` +* Default AppConfig ``"django_nyt.apps.DjangoNytConfig"`` :url-issue:`57` Bug fixes ^^^^^^^^^ - * Celery will auto-load ``django_nyt.tasks`` when ``channels`` isn't installed :url-issue:`23` - * Error in channels consumer when requested with AnonymousUser (Benjamin Bach) :url-issue:`50` :url-issue:`51` - * Clear the notification type cache every time a new notification type is created or deleted (Benjamin Bach) :url-issue:`34` :url-issue:`36` - * Explicitly accept WebSocket connections (Kim Desrosiers) :url-issue:`35` - * Fix critical django-channels err (Tomaž Žniderič) :url-issue:`29` - * Correctly set default options for ``notifymail`` management command (Benjamin Bach) :url-issue:`32` - * Adds Django 1.11 to test matrix (Benjamin Bach) :url-issue:`32` - * Do not return ``bytes`` in ``__str__`` (Øystein Hiåsen) :url-issue:`28` +* Celery will auto-load ``django_nyt.tasks`` when ``channels`` isn't installed :url-issue:`23` +* Error in channels consumer when requested with AnonymousUser (Benjamin Bach) :url-issue:`50` :url-issue:`51` +* Clear the notification type cache every time a new notification type is created or deleted (Benjamin Bach) :url-issue:`34` :url-issue:`36` +* Explicitly accept WebSocket connections (Kim Desrosiers) :url-issue:`35` +* Fix critical django-channels err (Tomaž Žniderič) :url-issue:`29` +* Correctly set default options for ``notifymail`` management command (Benjamin Bach) :url-issue:`32` +* Adds Django 1.11 to test matrix (Benjamin Bach) :url-issue:`32` +* Do not return ``bytes`` in ``__str__`` (Øystein Hiåsen) :url-issue:`28` Deprecations ^^^^^^^^^^^^ - * Django 1.5 and 1.6 support is dropped +* Django 1.5 and 1.6 support is dropped