We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938d1f9 commit 5b7a612Copy full SHA for 5b7a612
django_nyt/__init__.py
@@ -1,5 +1,5 @@
1
_disable_notifications = False
2
3
-__version__ = "1.4"
+__version__ = "1.4.1"
4
5
default_app_config = "django_nyt.apps.DjangoNytConfig"
docs/release_notes.rst
@@ -1,6 +1,13 @@
Release Notes
=============
+1.4 (2024-08-21)
+----------------
6
+
7
+**Added**
8
9
+* Django 5.1 support #145 (Benjamin Balder Bach)
10
11
1.4 (2024-02-16)
12
----------------
13
0 commit comments