Bump version: 0.1.4 → 0.1.5
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
This commit is contained in:
parent
115a23592c
commit
639c3e7d27
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.1.4
|
||||
current_version = 0.1.5
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
@ -9,7 +9,7 @@ from django.utils import timezone
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
VERSION = "0.1.4"
|
||||
VERSION = "0.1.5"
|
||||
|
||||
# BASE_DIR is the root of the project, all paths should be constructed from it using pathlib
|
||||
BASE_DIR = Path(__file__).parent.parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user