From 872f4786c790dfa8344665336590fdd890dff775 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Fri, 25 Apr 2014 16:50:44 -0700 Subject: [PATCH] Actually fixing Python 3 support; thanks for pointing out that it was broken, @greendee! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 836014e..7b082c5 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ tests_require = [ setup( name='django-mailbox', - version='3.1.2', + version='3.2', url='http://github.com/latestrevision/django-mailbox/', description=( 'Import mail from POP3, IMAP, local mailboxes or directly from '