update version 0.4.3

This commit is contained in:
Laetitia Getti 2023-07-27 10:00:26 +02:00 committed by Laetitia Getti
parent a02d748ccb
commit 7e6f5ca158
4 changed files with 6 additions and 4 deletions

View file

@ -33,4 +33,6 @@
- the values stay in the form when an error is raised - the values stay in the form when an error is raised
- the items are sorted in alphabetical order - the items are sorted in alphabetical order
- display total price on form - display total price on form
- only valid phone numbers are accepted - only valid phone numbers are accepted
- v0.4.3 : the orga can delete participants orders

View file

@ -1,4 +1,4 @@
# La Chariotte | 0.4.2 # La Chariotte | 0.4.3
## Présentation ## Présentation

View file

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

View file

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