diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-10-15 16:29:56 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-10-15 16:29:56 +0100 |
commit | 445d4e4ec1b57bd6e8524a6b15bbc0e330802809 (patch) | |
tree | 5b0a1dde822d4d8fae8bbf52e3ce80b54c0ba6e1 | |
parent | 32228878da8606b0dd91df5b49d2df6421ffd0d0 (diff) |
Add alaveteli version specification
-rw-r--r-- | docs/running/upgrading.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/running/upgrading.md b/docs/running/upgrading.md index ab8db2385..37e9fdc1c 100644 --- a/docs/running/upgrading.md +++ b/docs/running/upgrading.md @@ -12,6 +12,24 @@ Upgrading Alaveteli This page describes how to keep your site up-to-date </p> +## Alaveteli Version Numbers + +Alaveteli uses a shifted version of [semver](http://semver.org). + +- Series `W` +- Major `X` +- Minor `Y` +- Patch `Z` + +At the time of writing the current release is `0.19.0.6`: + +- Series `0` +- Major `19` +- Minor `0` +- Patch `6` + +Alaveteli will transition to the [semver](http://semver.org) specification when it reaches `1.0.0`. + ## Master branch contains the latest stable release The developer team policy is that the `master` branch in git should always |