forked from mirror/django-mailbox
Bumping version number.
This commit is contained in:
parent
4546741c20
commit
07196c1b09
2 changed files with 2 additions and 1 deletions
1
MANIFEST
1
MANIFEST
|
|
@ -19,6 +19,7 @@ django_mailbox/migrations/0008_populate_from_to_fields.py
|
|||
django_mailbox/migrations/0009_remove_references_table.py
|
||||
django_mailbox/migrations/0010_auto__add_field_mailbox_from_email.py
|
||||
django_mailbox/migrations/0011_auto__add_field_message_read.py
|
||||
django_mailbox/migrations/0012_auto__add_messageattachment.py
|
||||
django_mailbox/migrations/__init__.py
|
||||
django_mailbox/transports/__init__.py
|
||||
django_mailbox/transports/babyl.py
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='django-mailbox',
|
||||
version='1.4.1',
|
||||
version='1.5',
|
||||
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue