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 a23f371 + b7f6c44 commit 1758491Copy full SHA for 1758491
django_nyt/__init__.py
@@ -1,5 +1,5 @@
1
_disable_notifications = False
2
3
-__version__ = "1.2.3"
+__version__ = "1.2.4"
4
5
default_app_config = "django_nyt.apps.DjangoNytConfig"
docs/release_notes.rst
@@ -1,6 +1,13 @@
Release Notes
=============
+
+1.2.4
6
+-----
7
8
+* Adds Django 4.1 support #113 (Oscar Cortez)
9
10
11
1.2.3
12
-----
13
0 commit comments