1
0
Fork 0

Adds more fields to import admin table and ticks version

This commit is contained in:
Mouse Reeve 2022-11-03 11:30:43 -07:00
parent 3f2f718878
commit 40e9428b49
4 changed files with 25 additions and 4 deletions

View file

@ -11,7 +11,7 @@ from django.utils.translation import gettext_lazy as _
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.4.5"
VERSION = "0.4.6"
RELEASE_API = env(
"RELEASE_API",