v0.3.0 #44

Merged
corbz merged 18 commits from staging into master 2024-08-16 18:51:49 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5a0b071ec1 - Show all commits

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.3.0
commit = True
tag = True

View File

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