From 557256ef1de7064d2087ba6ef4314b49ce05e0f8 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Tue, 1 Aug 2023 11:29:37 +0200 Subject: [PATCH] version 0.5.0 --- CHANGELOG.md | 6 +++++- README.md | 2 +- la_chariotte/templates/base.html | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4383ed2..1ae84b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,4 +37,8 @@ - v0.4.3 : the orga can delete participants orders -- v0.4.4 : CSV export of a grouped order \ No newline at end of file +- v0.4.4 : CSV export of a grouped order + +- v0.5.0 : adding all those changes to main + +(the versionning is to be changed) \ No newline at end of file diff --git a/README.md b/README.md index dc7d931..5bc4576 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# La Chariotte | 0.4.4 +# La Chariotte | 0.5.0 ## Présentation diff --git a/la_chariotte/templates/base.html b/la_chariotte/templates/base.html index 04e85a3..a20de21 100644 --- a/la_chariotte/templates/base.html +++ b/la_chariotte/templates/base.html @@ -130,7 +130,7 @@

- La Chariotte | version 0.4.4 + La Chariotte | version 0.5.0

diff --git a/pyproject.toml b/pyproject.toml index 463ae30..bc56eaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "la_chariotte" -version = "0.4.4" +version = "0.5.0" description = "Web application for organising grouped orders" authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}] readme = "readMe.md"