This commit is contained in:
François Boulogne 2025-06-25 11:35:07 +02:00
parent 468f2f4498
commit 0825d06e74
2 changed files with 5 additions and 7 deletions

View file

@ -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
```

View file

@ -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