From edb11644eb33173b3403642c84edbb71e00bfb59 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 20 Feb 2018 00:27:47 +0100 Subject: [PATCH] Bump to 1.1b2 --- django_nyt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_nyt/__init__.py b/django_nyt/__init__.py index 1fda93b9..8efa8ea9 100644 --- a/django_nyt/__init__.py +++ b/django_nyt/__init__.py @@ -1,6 +1,6 @@ _disable_notifications = False -__version__ = "1.1b1" +__version__ = "1.1b2" default_app_config = "django_nyt.apps.DjangoNytConfig"