Bump version

This commit is contained in:
R. Miles McCain 2021-03-29 15:09:27 +00:00
parent 8bab14cc8a
commit 9cb030ecbd

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.2alpha"
VERSION = "v0.8.2"
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))