From 0825d06e74aeb2eb2803d84ba304179ad58e02e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Wed, 25 Jun 2025 11:35:07 +0200 Subject: [PATCH] style --- README.md | 8 +++----- RELEASE.md | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) 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