Prep for 1.0 release

* Remove "pre-1.0" warnings in docs, readme
* Jump trove classifer from pre-alpha all the way up to stable
  (arguably this should have been "beta" for the past several months)
This commit is contained in:
medmunds
2017-09-08 17:16:18 -07:00
parent a67e174f38
commit 01f56ae2b0
4 changed files with 2 additions and 32 deletions

View File

@@ -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 <https://github.com/anymail/django-anymail/releases>`_
.. 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 <http://semver.org/>`_.
* 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

View File

@@ -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 <https://github.com/anymail/django-anymail/releases>`_
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

View File

@@ -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

View File

@@ -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",