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 8dbd1b5 + 01ae12b commit 6f58f01Copy full SHA for 6f58f01
django_nyt/__init__.py
@@ -1,5 +1,5 @@
1
_disable_notifications = False
2
3
-__version__ = "1.2.dev"
+__version__ = "1.2"
4
5
default_app_config = "django_nyt.apps.DjangoNytConfig"
docs/release_notes.rst
@@ -1,6 +1,21 @@
Release Notes
=============
+1.2
+---
6
+
7
+Added
8
+^^^^^
9
10
+* Django 3.2 and Python 3.9 support (added to test matrix)
11
+* Travis replaced with Circle CI
12
13
+Removed
14
+^^^^^^^
15
16
+* Django 1.11 and 2.1 support
17
18
19
1.1.6
20
-----
21
0 commit comments