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

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Jun 27, 2017
1 parent e41dccd commit 4be675b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
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 4be675b

Please sign in to comment.