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

Commit

Permalink
Bump, and Authors add
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Oct 14, 2018
1 parent 996a5ce commit 771ce6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -14,3 +14,4 @@ blodone
ulistaerk
JiriKr
hggh
BigSmoke
5 changes: 5 additions & 0 deletions CHANGELOG
Expand Up @@ -77,3 +77,8 @@ command is called in batches.
-----

- Django 2.0 Fixes from hggh

3.1.5
-----

- Attachment.__str()__() returning None breaks django.debug.technical_500_response from BigSmoke
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '3.1.0'
version = '3.1.5'
# The full version, including alpha/beta/rc tags.
release = '3.1.0'
release = '3.1.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mailqueue/__init__.py
@@ -1,3 +1,3 @@
VERSION = '3.1.4'
VERSION = '3.1.5'

default_app_config = 'mailqueue.apps.MailQueueConfig'

0 comments on commit 771ce6b

Please sign in to comment.