Bump version: 0.3.3 → 0.3.4
All checks were successful
Build and Push Docker Image / build (push) Successful in 9s
Build and Push Docker Image / build (pull_request) Successful in 9s

This commit is contained in:
Corban-Lee Jones 2024-09-12 20:16:36 +01:00
parent 199e707bbc
commit 86cd053bc4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4
commit = True
tag = True

View File

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