- Update version of Django.
- Implement work-around for Constant Contact known issue. When triggered, it causes the Advanced Editor to display nothing.
- Upgrade version of premailer used.
- Upgrade pip and setuptools in .travis.yml. django-bulletin depends on django-minify, which depends on other packages which need the upgraded setuptools.
- Email content is now html-minified before sending to Constant Contact.
- Don't allow Django 1.9rcx to be installed.
- Set zip_safe = False in setup.py.
- Replaced README.md with README.rst.
- Removed Mailchimp dependency.