Bump version: 0.1.1 → 0.1.2
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Push Docker Image / build (push) Failing after 1m0s

This commit is contained in:
Corban-Lee Jones 2024-08-05 20:09:08 +01:00
parent a89c396845
commit 07dbfa2aff
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

View File

@ -5,7 +5,7 @@ from pathlib import Path
from django.utils import timezone
VERSION = "0.1.1"
VERSION = "0.1.2"
# BASE_DIR is the root of the project, all paths should be constructed from it using pathlib
BASE_DIR = Path(__file__).parent.parent