Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jul 21, 2023
1 parent c4d7282 commit 9c5b5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookwyrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.6.3"
VERSION = "0.6.4"

RELEASE_API = env(
"RELEASE_API",
Expand All @@ -22,7 +22,7 @@
PAGE_LENGTH = env.int("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")

JS_CACHE = "d993847c"
JS_CACHE = "b972a43c"

# email
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
Expand Down

0 comments on commit 9c5b5d0

Please sign in to comment.