Skip to content

Commit

Permalink
Bump version to 0.5 and update README
Browse files Browse the repository at this point in the history
Now we have two available backends - SendGrid and Mailgun.
  • Loading branch information
hugorodgerbrown committed Oct 2, 2014
1 parent 8476c8a commit 45a3e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An inbound email handler for Django.
.. image:: https://travis-ci.org/yunojuno/django-inbound-email.svg?branch=master
:target: https://travis-ci.org/yunojuno/django-inbound-email

We have a working implementation, with a SendGrid backend.
We have a working implementation, with SendGrid and Mailgun backends.

The test_app is deployed to Heroku and any emails sent to
anything@django-inbound-email.yunojuno.com will be parsed by a live version of
Expand Down Expand Up @@ -227,7 +227,7 @@ Features
Things it will do:

- Parse HTTP requests into EmailMultiAlternatives objects
- Pluggable backends (SendGrid only on launch)
- Pluggable backends (SendGrid and Mailgun currently supported)
- Handle character encodings properly
- Handle attachments, including if they are too large

Expand Down
2 changes: 1 addition & 1 deletion django_inbound_email/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""An inbound email handler for Django."""

__title__ = 'django-inbound-email'
__version__ = '0.4.2'
__version__ = '0.5'
__author__ = 'YunoJuno Ltd'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014 YunoJuno'
Expand Down

0 comments on commit 45a3e48

Please sign in to comment.