From 47fde88ee0f2b53811630ce5a76fcc835d836461 Mon Sep 17 00:00:00 2001 From: Derek Stegelman Date: Fri, 29 May 2015 20:50:10 -0600 Subject: [PATCH] bump version. --- CHANGELOG | 10 ++++++++++ mailqueue/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 78d9abc..69af385 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,3 +39,13 @@ command is called in batches. - Wheel support - Retired South migrations to mailqueue/south_migrations +2.2.1 +----- + +- Classifiers +- Support for 1.8 in tets + +2.2.2 +----- + +- Added feature of set reply-to on the message \ No newline at end of file diff --git a/mailqueue/__init__.py b/mailqueue/__init__.py index e60000e..a8d9f9d 100644 --- a/mailqueue/__init__.py +++ b/mailqueue/__init__.py @@ -1,3 +1,3 @@ -VERSION = '2.2.1' +VERSION = '2.2.2' default_app_config = 'mailqueue.apps.MailQueueConfig'