mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Version 0.3.1
This commit is contained in:
@@ -4,7 +4,7 @@ from django.utils.text import capfirst
|
||||
|
||||
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
|
||||
|
||||
VERSION = (0, 3, 0)
|
||||
VERSION = (0, 3, 1)
|
||||
__version__ = '.'.join([str(x) for x in VERSION])
|
||||
|
||||
# This backend was developed against this API endpoint.
|
||||
|
||||
Reference in New Issue
Block a user