Version 0.3.1

This commit is contained in:
medmunds
2013-01-13 08:17:41 -08:00
parent ed3249cede
commit 921baab602
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from django.utils.text import capfirst
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
VERSION = (0, 3, 0) VERSION = (0, 3, 1)
__version__ = '.'.join([str(x) for x in VERSION]) __version__ = '.'.join([str(x) for x in VERSION])
# This backend was developed against this API endpoint. # This backend was developed against this API endpoint.

View File

@@ -7,7 +7,7 @@ with open('README.rst') as file:
setup( setup(
name="djrill", name="djrill",
version="0.3.0", version="0.3.1",
description='Django email backend for Mandrill.', description='Django email backend for Mandrill.',
keywords="django, mailchimp, mandrill, email, email backend", keywords="django, mailchimp, mandrill, email, email backend",
author="Kenneth Love <kenneth@brack3t.com>, Chris Jones <chris@brack3t.com>", author="Kenneth Love <kenneth@brack3t.com>, Chris Jones <chris@brack3t.com>",