From 871d2983b86feaa85a78484de1dce573fd5661c8 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 22 Jun 2013 15:43:32 -0700 Subject: [PATCH] Bumping version; adding python 3 support. --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18c855c..b8446a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: python python: - "2.6" - "2.7" + - "3.2" env: - - DJANGO=1.4 - DJANGO=1.5.1 install: - pip install -q Django==$DJANGO --use-mirrors diff --git a/setup.py b/setup.py index 5c03a2c..ca3a913 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require=[ setup( name='django-mailbox', - version='1.11', + version='2.0' url='http://bitbucket.org/latestrevision/django-mailbox/', description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.', author='Adam Coddington',