mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 03:12:26 +02:00
change version to 0.4.4
This commit is contained in:
parent
25d0ef5604
commit
8e63bbcd7b
4 changed files with 6 additions and 4 deletions
|
@ -35,4 +35,6 @@
|
|||
- display total price on form
|
||||
- only valid phone numbers are accepted
|
||||
|
||||
- v0.4.3 : the orga can delete participants orders
|
||||
- v0.4.3 : the orga can delete participants orders
|
||||
|
||||
- v0.4.4 : CSV export of a grouped order
|
|
@ -1,4 +1,4 @@
|
|||
# La Chariotte | 0.4.3
|
||||
# La Chariotte | 0.4.4
|
||||
|
||||
## Présentation
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
<div class="content has-text-centered columns">
|
||||
<div class="column">
|
||||
<p>
|
||||
<strong>La Chariotte</strong> | version 0.4.3
|
||||
<strong>La Chariotte</strong> | version 0.4.4
|
||||
</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "la_chariotte"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
description = "Web application for organising grouped orders"
|
||||
authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}]
|
||||
readme = "readMe.md"
|
||||
|
|
Loading…
Reference in a new issue