Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit c0e1b54

Browse files
committed
Fix for django 2
1 parent 646a271 commit c0e1b54

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ nielsonsantana
1212
Goury (ninamori.org)
1313
blodone
1414
ulistaerk
15-
JiriKr
15+
JiriKr
16+
hggh

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,9 @@ command is called in batches.
7171
3.1.3
7272
-----
7373

74-
- Fixed filename split on windows via Jiří Král
74+
- Fixed filename split on windows via Jiří Král
75+
76+
3.1.4
77+
-----
78+
79+
- Django 2.0 Fixes from hggh

mailqueue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = '3.1.3'
1+
VERSION = '3.1.4'
22

33
default_app_config = 'mailqueue.apps.MailQueueConfig'

0 commit comments

Comments
 (0)