Tick version number

This was reported as a security issue, so updating the version number
to indicate where the issue has been fixed.
This commit is contained in:
Mouse Reeve 2022-07-10 09:39:51 -07:00
parent 7a772c7d3e
commit 64bfe5934f

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.2"
VERSION = "0.4.3"
RELEASE_API = env(
"RELEASE_API",