From 810b4f25600fd69172bd3d327469a20526a4d84e Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Wed, 28 Jun 2023 23:36:07 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.1=20=E2=86=92=200.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- AM_Nihoul_website/settings.py | 2 +- README.md | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec1a1b5..0c28bd0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = True tag = True diff --git a/AM_Nihoul_website/settings.py b/AM_Nihoul_website/settings.py index f90173f..459a9e5 100644 --- a/AM_Nihoul_website/settings.py +++ b/AM_Nihoul_website/settings.py @@ -76,7 +76,7 @@ 'site_name': 'Association Anne-Marie Nihoul ASBL', 'site_description': 'aide aux malades', 'site_keywords': 'leucémie, aide au malades', - 'site_version': '0.7.1', + 'site_version': '0.7.2', # external services 'fa_kit': '', # FontAwesome diff --git a/README.md b/README.md index ecacaf4..f5a8133 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mise au gout du jour du site web [http://annemarienihoul.be/](http://annemarienihoul.be/). -Version: 0.7.1 +Version: 0.7.2 # Installation diff --git a/pyproject.toml b/pyproject.toml index 60af0bc..2819f58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AM-Nihoul-website" -version = '0.7.1' +version = '0.7.2' authors = [ {name = "Pierre Beaujean", email = "association.annemarienihoul@gmail.com"}, ]