Skip to content

Commit 771ce6b

Browse files
committed
Bump, and Authors add
1 parent 996a5ce commit 771ce6b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ blodone
1414
ulistaerk
1515
JiriKr
1616
hggh
17+
BigSmoke

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ command is called in batches.
7777
-----
7878

7979
- Django 2.0 Fixes from hggh
80+
81+
3.1.5
82+
-----
83+
84+
- Attachment.__str()__() returning None breaks django.debug.technical_500_response from BigSmoke

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '3.1.0'
51+
version = '3.1.5'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.1.0'
53+
release = '3.1.5'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

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.4'
1+
VERSION = '3.1.5'
22

33
default_app_config = 'mailqueue.apps.MailQueueConfig'

0 commit comments

Comments
 (0)