mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
added AUTHORS.txt. bumped version to 0.1.2
This commit is contained in:
8
AUTHORS.txt
Normal file
8
AUTHORS.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Django-Djrill
|
||||||
|
=============
|
||||||
|
|
||||||
|
Kenneth Love
|
||||||
|
Chris Jones
|
||||||
|
Mike Edmunds
|
||||||
|
ArnaudF
|
||||||
|
Théo Crevon
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
include README.rst
|
include README.rst AUTHORS.txt
|
||||||
recursive-include djrill/templates/djrill *.html
|
recursive-include djrill/templates/djrill *.html
|
||||||
recursive-include djrill/mail *.py
|
recursive-include djrill/mail *.py
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from django.contrib.admin.sites import AdminSite
|
from django.contrib.admin.sites import AdminSite
|
||||||
from django.utils.text import capfirst
|
from django.utils.text import capfirst
|
||||||
|
|
||||||
VERSION = (0, 1, 0)
|
VERSION = (0, 1, 2)
|
||||||
__version__ = '.'.join([str(x) for x in VERSION])
|
__version__ = '.'.join([str(x) for x in VERSION])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="djrill",
|
name="djrill",
|
||||||
version="0.1.1",
|
version="0.1.2",
|
||||||
description='Django email backend for Mandrill.',
|
description='Django email backend for Mandrill.',
|
||||||
long_description='Email backend and new message class to send emails through the Mandrill email service.',
|
long_description='Email backend and new message class to send emails through the Mandrill email service.',
|
||||||
keywords="django, mailchimp, mandrill, email, email backend",
|
keywords="django, mailchimp, mandrill, email, email backend",
|
||||||
|
|||||||
Reference in New Issue
Block a user