1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Bumping version number so I might update the pip description.

This commit is contained in:
Adam Coddington 2012-10-09 07:32:58 -07:00
parent 4a245c6eef
commit 69f444993e
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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',