We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f701fa2 + 3a3407b commit c7b2250Copy full SHA for c7b2250
django_nyt/__init__.py
@@ -1,5 +1,5 @@
1
_disable_notifications = False
2
3
-__version__ = "1.1.3"
+__version__ = "1.1.4"
4
5
default_app_config = "django_nyt.apps.DjangoNytConfig"
docs/release_notes.rst
@@ -1,6 +1,14 @@
Release Notes
=============
+1.1.4
+-----
6
+
7
+Added
8
+^^^^^
9
10
+ * Django 3.0 support (added to test matrix)
11
12
1.1.3
13
-----
14
0 commit comments