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

Release 4.1; adding Django 1.7 migrations support.

This commit is contained in:
Adam Coddington 2014-11-08 14:23:07 -08:00
parent b34ef48bb9
commit 2e23521220
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Changelog
=========
4.1
---
* Adds Django 1.7 migrations support.
4.0
---

View file

@ -11,7 +11,7 @@ gmail_oauth2_require = [
setup(
name='django-mailbox',
version='4.0.2',
version='4.1',
url='http://github.com/coddingtonbear/django-mailbox/',
description=(
'Import mail from POP3, IMAP, local mailboxes or directly from '