Bump version to 0.13.0

This commit is contained in:
R. Miles McCain 2022-09-13 13:14:53 -07:00
parent 6f715b5b77
commit 487815a984

View File

@ -23,7 +23,7 @@ from django.contrib.messages import constants as messages
load_dotenv()
# Increment on new releases
VERSION = "0.12.0"
VERSION = "0.13.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__)))