diff --git a/README.md b/README.md index be286b1..b4eccf6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -Optifik +# Optifik -Current stable version 0.1.1 - -# Installation +## Installation The use of pip must be limited to virtualenv @@ -25,7 +23,7 @@ pip install . ``` -# For contributors +## For contributors * Install an editable version ``` diff --git a/RELEASE.md b/RELEASE.md index 71caad6..46d2f10 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,13 +1,13 @@ - +``` bumpver update --major # MAJOR (breaking changes) 1.0.0 → 2.0.0 bumpver update --minor # MINOR (nouvelles fonctionnalités) 1.0.0 → 1.1.0 bumpver update --patch # PATCH (correctifs) 1.0.0 → 1.0.1 bumpver update --pre alpha # Version alpha (1.0.0a1) 1.0.0 → 1.0.0a1 bumpver update --pre beta # Version beta (1.0.0b1) 1.0.0 → 1.0.0b1 bumpver update --pre rc # Version release candidate (1.0.0rc1) 1.0.0 → 1.0.0rc1 - +``` * Build