diff --git a/README.rst b/README.rst index 59f0808..06366e4 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,6 @@ Anymail: Django email backends for Mailgun, Mailjet, Postmark, SendGrid, SparkPost and more =========================================================================================== - **PRE-1.0** - - 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 `_ - .. This README is reused in multiple places: * Github: project page, exactly as it appears here * Docs: shared-intro section gets included in docs/index.rst @@ -66,6 +57,7 @@ Anymail releases follow `semantic versioning `_. * Full documentation: https://anymail.readthedocs.io/en/stable/ * Package on PyPI: https://pypi.python.org/pypi/django-anymail * Project on Github: https://github.com/anymail/django-anymail +* Changelog: https://github.com/anymail/django-anymail/releases Anymail 1-2-3 diff --git a/docs/index.rst b/docs/index.rst index c4a555c..466410b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,21 +3,6 @@ Anymail: Django email backends for Mailgun, Mailjet, Postmark, SendGrid and more Version |release| -.. attention:: **PRE-1.0** - - 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 `_ - - If you are switching to Anymail from `Djrill`_, - see the notes on :ref:`migrating-from-djrill` - -.. _Djrill: https://github.com/brack3t/Djrill - - .. Incorporate the shared-intro section from the root README: .. include:: ../README.rst diff --git a/docs/release_notes.rst b/docs/release_notes.rst index d6c68f1..8f03643 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,12 +12,5 @@ Among other things, this means that minor updates and breaking changes will always increment the major version number (1.x to 2.0). -.. rubric:: PRE-1.0 DEVELOPMENT VERSIONS - -Anymail is under active, early development right now. -Prior to a 1.0 alpha, features and APIs may change -rapidly. (Per semver, the 0.x minor version will get -bumped for any breaking changes before 1.0.) - .. _GitHub releases page: https://github.com/anymail/django-anymail/releases .. _semver: http://semver.org diff --git a/setup.py b/setup.py index f90bc34..b4cff12 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( test_suite="runtests.runtests", tests_require=["mock", "sparkpost"], classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: CPython",