From e8b55fedaad8adf96e35d7f35432c8da509f6711 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Fri, 11 Aug 2023 13:59:11 +0200 Subject: [PATCH] increment version to 1.0.0 --- 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 ac383de..5979f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,5 +34,7 @@ - CSV export of a grouped order -v1 : +- v1 : - password reset with email + - 6 digits code instead of id in grouped order url path + - email confirmation on order diff --git a/README.md b/README.md index 3369a96..dcb4eef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# La Chariotte | 0.5.0 +# La Chariotte | 1.0.0 ## Présentation diff --git a/la_chariotte/templates/base.html b/la_chariotte/templates/base.html index 8ab63c5..dc98930 100644 --- a/la_chariotte/templates/base.html +++ b/la_chariotte/templates/base.html @@ -130,7 +130,7 @@

- La Chariotte | version 0.5.0 + La Chariotte | version 1.0.0

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