Bump version: 0.1.1 → 0.1.2
This commit is contained in:
parent
a89c396845
commit
07dbfa2aff
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.1
|
current_version = 0.1.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
from django.utils import timezone
|
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 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user