From 5c8a29c766c489385ab8d231e84f69ff6589f443 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 5 Aug 2024 20:06:24 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= 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 af96ff2..b7965cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/core/settings.py b/core/settings.py index db6e48a..78e23e8 100644 --- a/core/settings.py +++ b/core/settings.py @@ -5,7 +5,7 @@ from pathlib import Path from django.utils import timezone -VERSION = "0.1.0" +VERSION = "0.1.1" # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib BASE_DIR = Path(__file__).parent.parent