From 09a27148dc34fc8925616be314892300d0440c74 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 22 Mar 2015 20:59:03 -0700 Subject: [PATCH] Release 4.3.0a; allowing one to specify a folder from which to collect imap messages. --- 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 0d6a4f2..1e4d44c 100644 --- a/django_mailbox/__init__.py +++ b/django_mailbox/__init__.py @@ -1 +1 @@ -__version__ = '4.2.1' +__version__ = '4.3.0a'