From 8e63bbcd7b7c89fbda95fbaa15cb16125a9e7aed Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Fri, 28 Jul 2023 15:21:13 +0200 Subject: [PATCH] change version to 0.4.4 --- CHANGELOG.md | 4 +++- README.md | 2 +- la_chariotte/templates/base.html | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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"