Docs: update readme

* "early development" --> "pre-1.0"
* Add Django 1.11 support

[ci skip]
This commit is contained in:
medmunds
2017-01-22 11:49:46 -08:00
parent 23800657b8
commit 0973618623

View File

@@ -1,10 +1,12 @@
Anymail: Django email backends for Mailgun, Postmark, SendGrid, SparkPost and more Anymail: Django email backends for Mailgun, Postmark, SendGrid, SparkPost and more
================================================================================== ==================================================================================
**EARLY DEVELOPMENT** **PRE-1.0**
This project is undergoing rapid development to get to a 1.0 release. Although several projects are using this package in production,
Before 1.0, minor version bumps might include breaking changes. the API and feature set are still evolving, and the package has
not yet reached 1.0 status. Before 1.0, minor version bumps might
include breaking changes (following semantic versioning rules).
Please check the Please check the
`release notes <https://github.com/anymail/django-anymail/releases>`_ `release notes <https://github.com/anymail/django-anymail/releases>`_
@@ -45,7 +47,7 @@ built-in `django.core.mail` package. It includes:
your ESP's webhooks to Django signals your ESP's webhooks to Django signals
* "Batch transactional" sends using your ESP's merge and template features * "Batch transactional" sends using your ESP's merge and template features
Anymail is released under the BSD license. It is extensively tested against Django 1.8--1.10 Anymail is released under the BSD license. It is extensively tested against Django 1.8--1.11
(including Python 2.7, Python 3 and PyPy). (including Python 2.7, Python 3 and PyPy).
Anymail releases follow `semantic versioning <http://semver.org/>`_. Anymail releases follow `semantic versioning <http://semver.org/>`_.