Skip to content

Commit

Permalink
Merge pull request #1 from dstegelman/master
Browse files Browse the repository at this point in the history
merge main
  • Loading branch information
blodone authored Sep 7, 2017
2 parents 514fdb5 + f5034d4 commit 80b111a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- DJANGO_VERSION=Django==1.8
- DJANGO_VERSION=Django==1.9
- DJANGO_VERSION=Django==1.10
- DJANGO_VERSION=Django==1.11

# command to install dependencies
install:
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ o-zander
pinda
nielsonsantana
Goury (ninamori.org)
blodone
ulistaerk
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ command is called in batches.

- Added feature of set reply-to on the message

2.3.0
3.0.0
-----

- Django 1.9 Support
Expand All @@ -59,3 +59,11 @@ command is called in batches.
- Removed South migrations
- Cleanup/pep8 fixes
- Celery 3.x syntax. Mail queue now requires celery > 3 if using async email sending.
- Python 3 Support


3.1.0
-----

- Add CC addresses
- Bug fixes
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0.2'
version = '3.1.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.2'
release = '3.1.0'

# 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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = '3.0.2'
VERSION = '3.1.0'

default_app_config = 'mailqueue.apps.MailQueueConfig'

0 comments on commit 80b111a

Please sign in to comment.