Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2023-04-03 21:32:01 -07:00
commit 419e9f24cb

View file

@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.6.0"
VERSION = "0.6.1"
RELEASE_API = env(
"RELEASE_API",