From 793f92cfcf79e9626d4c08bcc40f2e55bdec0d49 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Fri, 6 Feb 2015 15:31:17 -0800 Subject: [PATCH] Release 4.2.1; fixes #41: if no messages_ids, return before checking for small_message_ids. --- django_mailbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_mailbox/__init__.py b/django_mailbox/__init__.py index feecdb9..0d6a4f2 100644 --- a/django_mailbox/__init__.py +++ b/django_mailbox/__init__.py @@ -1 +1 @@ -__version__ = '4.2' +__version__ = '4.2.1'