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 d303f71 + eed5035 commit e0599fcCopy full SHA for e0599fc
django_nyt/__init__.py
@@ -1,5 +1,5 @@
1
_disable_notifications = False
2
3
-__version__ = "1.2"
+__version__ = "1.2.1"
4
5
default_app_config = "django_nyt.apps.DjangoNytConfig"
docs/release_notes.rst
@@ -1,6 +1,12 @@
Release Notes
=============
+1.2.1
+-----
6
+
7
+* Django 4.0 and Python 3.10 support (added to test matrix)
8
9
10
1.2
11
---
12
0 commit comments