From 69f444993e8564f9335eb4086539ff0476f29651 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 9 Oct 2012 07:32:58 -0700 Subject: [PATCH] Bumping version number so I might update the pip description. --- MANIFEST | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index c2be393..251da5f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -7,7 +7,13 @@ django_mailbox/signals.py django_mailbox/management/__init__.py django_mailbox/management/commands/__init__.py django_mailbox/management/commands/getmail.py +django_mailbox/management/commands/processincomingmessage.py django_mailbox/migrations/0001_initial.py +django_mailbox/migrations/0002_auto__chg_field_mailbox_uri.py +django_mailbox/migrations/0003_auto__add_field_mailbox_active.py +django_mailbox/migrations/0004_auto__add_field_message_outgoing.py +django_mailbox/migrations/0005_rename_fields.py +django_mailbox/migrations/0006_auto__add_field_message_in_reply_to.py django_mailbox/migrations/__init__.py django_mailbox/transports/__init__.py django_mailbox/transports/babyl.py diff --git a/setup.py b/setup.py index 013a345..2420ca1 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='django-mailbox', - version='1.2', + version='1.2.1', 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',