diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 15376e4..7a3233e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.14 +current_version = 0.1.15 commit = True tag = True diff --git a/core/settings.py b/core/settings.py index 0ec6a5a..3888d9f 100644 --- a/core/settings.py +++ b/core/settings.py @@ -9,7 +9,7 @@ from django.utils import timezone log = logging.getLogger(__name__) -VERSION = "0.1.14" +VERSION = "0.1.15" # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib BASE_DIR = Path(__file__).parent.parent