update version

This commit is contained in:
Laetitia Getti 2023-07-24 16:42:46 +02:00
parent a40abe5525
commit a6189e9bd6
3 changed files with 8 additions and 2 deletions

View file

@ -20,3 +20,9 @@
- email list download
- update, duplicate and delete grouped order
- warning when we create a grouped order with deadline in the past
- v0.4.1 : improve pdf grouped order sheet
- add a check column
- use weasyprint
- not display non null values
- sort names in alphabetical order

View file

@ -1,4 +1,4 @@
# La Chariotte | 0.4.0
# La Chariotte | 0.4.1
## Présentation

View file

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