From 9e641169e371ff276539e3552cc458e32c08b336 Mon Sep 17 00:00:00 2001 From: medmunds Date: Thu, 26 Jan 2017 12:09:53 -0800 Subject: [PATCH] Docs: update readme and index * Remove readme link to unreleased dev docs * Match pre-1.0 disclaimer in docs index to earlier update in readme --- README.rst | 1 - docs/index.rst | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 41443d0..3cc0245 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,6 @@ Anymail releases follow `semantic versioning `_. **Resources** * Full documentation: https://anymail.readthedocs.io/en/stable/ - (`development version `_) * Package on PyPI: https://pypi.python.org/pypi/django-anymail * Project on Github: https://github.com/anymail/django-anymail diff --git a/docs/index.rst b/docs/index.rst index c101263..866b867 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,10 +3,12 @@ Anymail: Django email backends for Mailgun, Postmark, SendGrid and more Version |release| -.. attention:: **EARLY DEVELOPMENT** +.. attention:: **PRE-1.0** - This project is undergoing rapid development to get to a 1.0 release. - Before 1.0, minor version bumps might include breaking changes. + Although several projects are using this package in production, + 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 `release notes `_