Skip to content

Commit

Permalink
Merge pull request #104 from benjaoming/bump1.2
Browse files Browse the repository at this point in the history
Bump to 1.2
  • Loading branch information
benjaoming authored Apr 10, 2021
2 parents 8dbd1b5 + 01ae12b commit 6f58f01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion django_nyt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_disable_notifications = False

__version__ = "1.2.dev"
__version__ = "1.2"

default_app_config = "django_nyt.apps.DjangoNytConfig"
15 changes: 15 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============

1.2
---

Added
^^^^^

* Django 3.2 and Python 3.9 support (added to test matrix)
* Travis replaced with Circle CI

Removed
^^^^^^^

* Django 1.11 and 2.1 support


1.1.6
-----

Expand Down

0 comments on commit 6f58f01

Please sign in to comment.