Bump version: 0.1.10 → 0.1.11
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s

This commit is contained in:
Corban-Lee Jones 2024-08-12 16:31:36 +01:00
parent a8271b3fdd
commit 59d69d95ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.10 current_version = 0.1.11
commit = True commit = True
tag = True tag = True

View File

@ -9,7 +9,7 @@ from django.utils import timezone
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
VERSION = "0.1.10" VERSION = "0.1.11"
# BASE_DIR is the root of the project, all paths should be constructed from it using pathlib # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib
BASE_DIR = Path(__file__).parent.parent BASE_DIR = Path(__file__).parent.parent