Skip to content

Commit

Permalink
Merge pull request #2504 from bookwyrm-social/version
Browse files Browse the repository at this point in the history
Update version number and javascript cache buster
  • Loading branch information
mouse-reeve authored Dec 11, 2022
2 parents bb55644 + abf206a commit c75bb1b
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 @@ -11,7 +11,7 @@
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.5.2"
VERSION = "0.5.3"

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

JS_CACHE = "e678183c"
JS_CACHE = "ad848b97"

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

0 comments on commit c75bb1b

Please sign in to comment.