mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
* 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)
17 lines
471 B
ReStructuredText
17 lines
471 B
ReStructuredText
.. _release_notes:
|
|
|
|
Release notes
|
|
=============
|
|
|
|
Complete release notes can be found in the project's
|
|
`GitHub releases page`_.
|
|
|
|
Anymail practices `semantic versioning <semver>`_.
|
|
Among other things, this means that minor updates
|
|
(1.x to 1.y) should always be backwards-compatible,
|
|
and breaking changes will always increment the
|
|
major version number (1.x to 2.0).
|
|
|
|
.. _GitHub releases page: https://github.com/anymail/django-anymail/releases
|
|
.. _semver: http://semver.org
|