From 5a0b071ec1b5eb68d8451ccf19faf1fa64e0012c Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Fri, 16 Aug 2024 18:55:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.3.0?= 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 5dc4c32..204b60d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.3.0 commit = True tag = True diff --git a/core/settings.py b/core/settings.py index 6d176b1..f54435f 100644 --- a/core/settings.py +++ b/core/settings.py @@ -9,7 +9,7 @@ from django.utils import timezone log = logging.getLogger(__name__) -VERSION = "0.2.2" +VERSION = "0.3.0" # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib BASE_DIR = Path(__file__).parent.parent