Bump version

This commit is contained in:
R. Miles McCain 2021-06-13 20:11:28 +00:00
parent d9623a9905
commit e43718f596
No known key found for this signature in database
GPG Key ID: A92BBEE41F6FEFEF

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.9.1"
VERSION = "v0.10.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__)))