From c6abda6bff7dbf7f2ea4dd1b2df5235911fa4fea Mon Sep 17 00:00:00 2001 From: Derek Stegelman Date: Wed, 6 Dec 2017 20:02:39 -0700 Subject: [PATCH] Update, bump version --- AUTHORS | 1 + CHANGELOG | 5 +++++ mailqueue/__init__.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 152bb5d..de58eaf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,4 @@ nielsonsantana Goury (ninamori.org) blodone ulistaerk +JiriKr \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index b7d1f79..d70583c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -67,3 +67,8 @@ command is called in batches. - Add CC addresses - Bug fixes + +3.1.2 +----- + +- Fixed filename split on windows via Jiří Král \ No newline at end of file diff --git a/mailqueue/__init__.py b/mailqueue/__init__.py index 2435499..8622c97 100644 --- a/mailqueue/__init__.py +++ b/mailqueue/__init__.py @@ -1,3 +1,3 @@ -VERSION = '3.1.2' +VERSION = '3.1.3' default_app_config = 'mailqueue.apps.MailQueueConfig'