From 8a46e61c468ac4655eae982b81d8c98f69402128 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 12 Aug 2024 00:02:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- core/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de23644..01a0d62 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/core/settings.py b/core/settings.py index 2f6ef85..c83d1f0 100644 --- a/core/settings.py +++ b/core/settings.py @@ -9,7 +9,7 @@ from django.utils import timezone log = logging.getLogger(__name__) -VERSION = "0.1.6" +VERSION = "0.1.7" # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib BASE_DIR = Path(__file__).parent.parent