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'