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

Commit 4be675b

Browse files
committed
Bump
1 parent e41dccd commit 4be675b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ o-zander
1010
pinda
1111
nielsonsantana
1212
Goury (ninamori.org)
13+
blodone
14+
ulistaerk

CHANGELOG

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ command is called in batches.
5050

5151
- Added feature of set reply-to on the message
5252

53-
2.3.0
53+
3.0.0
5454
-----
5555

5656
- Django 1.9 Support
@@ -59,3 +59,11 @@ command is called in batches.
5959
- Removed South migrations
6060
- Cleanup/pep8 fixes
6161
- Celery 3.x syntax. Mail queue now requires celery > 3 if using async email sending.
62+
- Python 3 Support
63+
64+
65+
3.1.0
66+
-----
67+
68+
- Add CC addresses
69+
- Bug fixes

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.0.2'
51+
version = '3.1.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.0.2'
53+
release = '3.1.0'
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.0.2'
1+
VERSION = '3.1.0'
22

33
default_app_config = 'mailqueue.apps.MailQueueConfig'

0 commit comments

Comments
 (0)