mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 03:42: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
|
- 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
|
- 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
|
## Présentation
|
||||||
|
|
||||||
|
|
|
@ -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.3
|
<strong>La Chariotte</strong> | version 0.4.4
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "la_chariotte"
|
name = "la_chariotte"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue