increment version to 1.0.0

This commit is contained in:
Laetitia Getti 2023-08-11 13:59:11 +02:00 committed by Laetitia Getti
parent 0563e6c69e
commit e8b55fedaa
4 changed files with 6 additions and 4 deletions

View file

@ -34,5 +34,7 @@
- CSV export of a grouped order
v1 :
- v1 :
- password reset with email
- 6 digits code instead of id in grouped order url path
- email confirmation on order

View file

@ -1,4 +1,4 @@
# La Chariotte | 0.5.0
# La Chariotte | 1.0.0
## Présentation

View file

@ -130,7 +130,7 @@
<div class="content has-text-centered columns">
<div class="column">
<p>
<strong>La Chariotte</strong> | version 0.5.0
<strong>La Chariotte</strong> | version 1.0.0
</p>
</div>
<div class="column">

View file

@ -1,6 +1,6 @@
[project]
name = "la_chariotte"
version = "0.5.0"
version = "1.0.0"
description = "Web application for organising grouped orders"
authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}]
readme = "readMe.md"