Bump version

This commit is contained in:
R. Miles McCain 2021-03-28 22:15:30 +00:00
parent 02cbee5c8c
commit c2234ec647

View File

@ -18,7 +18,7 @@ import urllib.parse as urlparse
from django.contrib.messages import constants as messages
# Increment on new releases
VERSION = "v0.8.0alpha"
VERSION = "v0.8.0"
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))