Skip to content

Commit 6f58f01

Browse files
authored
Merge pull request #104 from benjaoming/bump1.2
Bump to 1.2
2 parents 8dbd1b5 + 01ae12b commit 6f58f01

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

django_nyt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_disable_notifications = False
22

3-
__version__ = "1.2.dev"
3+
__version__ = "1.2"
44

55
default_app_config = "django_nyt.apps.DjangoNytConfig"

docs/release_notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release Notes
22
=============
33

4+
1.2
5+
---
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+
419
1.1.6
520
-----
621

0 commit comments

Comments
 (0)