diff --git a/CHANGELOG.md b/CHANGELOG.md index e337586..4383ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,4 +35,6 @@ - display total price on form - only valid phone numbers are accepted -- v0.4.3 : the orga can delete participants orders \ No newline at end of file +- v0.4.3 : the orga can delete participants orders + +- v0.4.4 : CSV export of a grouped order \ No newline at end of file diff --git a/README.md b/README.md index 9ae586d..dc7d931 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# La Chariotte | 0.4.3 +# La Chariotte | 0.4.4 ## Présentation diff --git a/la_chariotte/templates/base.html b/la_chariotte/templates/base.html index c2e216e..04e85a3 100644 --- a/la_chariotte/templates/base.html +++ b/la_chariotte/templates/base.html @@ -130,7 +130,7 @@

- La Chariotte | version 0.4.3 + La Chariotte | version 0.4.4

diff --git a/pyproject.toml b/pyproject.toml index 42e4aca..463ae30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"