mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
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:
10
README.rst
10
README.rst
@@ -1,15 +1,6 @@
|
|||||||
Anymail: Django email backends for Mailgun, Mailjet, Postmark, SendGrid, SparkPost and more
|
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:
|
.. This README is reused in multiple places:
|
||||||
* Github: project page, exactly as it appears here
|
* Github: project page, exactly as it appears here
|
||||||
* Docs: shared-intro section gets included in docs/index.rst
|
* 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/
|
* Full documentation: https://anymail.readthedocs.io/en/stable/
|
||||||
* Package on PyPI: https://pypi.python.org/pypi/django-anymail
|
* Package on PyPI: https://pypi.python.org/pypi/django-anymail
|
||||||
* Project on Github: https://github.com/anymail/django-anymail
|
* Project on Github: https://github.com/anymail/django-anymail
|
||||||
|
* Changelog: https://github.com/anymail/django-anymail/releases
|
||||||
|
|
||||||
|
|
||||||
Anymail 1-2-3
|
Anymail 1-2-3
|
||||||
|
|||||||
@@ -3,21 +3,6 @@ Anymail: Django email backends for Mailgun, Mailjet, Postmark, SendGrid and more
|
|||||||
|
|
||||||
Version |release|
|
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:
|
.. Incorporate the shared-intro section from the root README:
|
||||||
|
|
||||||
.. include:: ../README.rst
|
.. include:: ../README.rst
|
||||||
|
|||||||
@@ -12,12 +12,5 @@ Among other things, this means that minor updates
|
|||||||
and breaking changes will always increment the
|
and breaking changes will always increment the
|
||||||
major version number (1.x to 2.0).
|
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
|
.. _GitHub releases page: https://github.com/anymail/django-anymail/releases
|
||||||
.. _semver: http://semver.org
|
.. _semver: http://semver.org
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -53,7 +53,7 @@ setup(
|
|||||||
test_suite="runtests.runtests",
|
test_suite="runtests.runtests",
|
||||||
tests_require=["mock", "sparkpost"],
|
tests_require=["mock", "sparkpost"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
|||||||
Reference in New Issue
Block a user