Skip to content

Commit c7b2250

Browse files
authored
Merge pull request #90 from benjaoming/bump-release
Bump release to 1.1.4
2 parents f701fa2 + 3a3407b commit c7b2250

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.1.3"
3+
__version__ = "1.1.4"
44

55
default_app_config = "django_nyt.apps.DjangoNytConfig"

docs/release_notes.rst

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

4+
1.1.4
5+
-----
6+
7+
Added
8+
^^^^^
9+
10+
* Django 3.0 support (added to test matrix)
11+
412
1.1.3
513
-----
614

0 commit comments

Comments
 (0)