Adopt semver

Djrill's been practicing semver since 1.0; make it official now.
This commit is contained in:
medmunds
2015-05-11 17:00:32 -07:00
parent 6891b0de91
commit d91e2c2f91
3 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
Release Notes
=============
Djrill 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).
Version 1.4 (development):
* Django 1.8 beta support
@@ -98,3 +105,5 @@ Version 0.2:
specify Mandrill-specific options. This is no longer needed -- Mandrill
options can now be set directly on a Django ``EmailMessage`` object or any
subclass. (Existing code can continue to use ``DjrillMessage``.)
.. _semver: http://semver.org