| 12 | |
| 13 | Each new minor release starts with version number 0 in the stable, and 1 in the development version, i.e.: |
| 14 | |
| 15 | - 0.3.0 is the initial stable version of the 0.3 release |
| 16 | - 0.3.1 is the initial development version of the 0.3 release |
| 17 | |
| 18 | For each update of the stable version, both numbers are increased by 2, i.e. when 0.3.1 is tested and ready for release, then |
| 19 | |
| 20 | - 0.3.1 gets renumbered as 0.3.2 for release (stable 0.3.0=>0.3.2) |
| 21 | - new development version will be 0.3.3 (development 0.3.1=>0.3.3) |