forked from mirror/django-mailbox
Release 4.1; adding Django 1.7 migrations support.
This commit is contained in:
parent
b34ef48bb9
commit
2e23521220
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
4.1
|
||||||
|
---
|
||||||
|
|
||||||
|
* Adds Django 1.7 migrations support.
|
||||||
|
|
||||||
4.0
|
4.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ gmail_oauth2_require = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-mailbox',
|
name='django-mailbox',
|
||||||
version='4.0.2',
|
version='4.1',
|
||||||
url='http://github.com/coddingtonbear/django-mailbox/',
|
url='http://github.com/coddingtonbear/django-mailbox/',
|
||||||
description=(
|
description=(
|
||||||
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue