Bump version: 0.3.3 → 0.3.4
This commit is contained in:
parent
199e707bbc
commit
86cd053bc4
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.3.3
|
current_version = 0.3.4
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ from django.utils import timezone
|
|||||||
|
|
||||||
log = logging.getLogger(__name__)
|
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 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