Skip to content

Commit

Permalink
Merge pull request #3180 from bookwyrm-social/version-0-7-0
Browse files Browse the repository at this point in the history
Version 0.7.0 miscellenea
  • Loading branch information
mouse-reeve authored Jan 2, 2024
2 parents fb16806 + 913a19c commit 0756c5a
Show file tree
Hide file tree
Showing 43 changed files with 4,962 additions and 3,549 deletions.
13 changes: 13 additions & 0 deletions bookwyrm/migrations/0191_merge_20240102_0326.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 3.2.23 on 2024-01-02 03:26

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("bookwyrm", "0189_alter_user_preferred_language"),
("bookwyrm", "0190_alter_notification_notification_type"),
]

operations = []
2 changes: 1 addition & 1 deletion bookwyrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
PAGE_LENGTH = env.int("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")

JS_CACHE = "ac315a3b"
JS_CACHE = "8a89cad7"

# email
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
Expand Down
Binary file modified locale/ca_ES/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 0756c5a

Please sign in to comment.