diff --git a/manifest.toml b/manifest.toml index ea1bd87..2cc9fbf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,6 @@ demo = "https://joinbookwyrm.com/fr/" admindoc = "https://docs.joinbookwyrm.com/" code = "https://github.com/bookwyrm-social/bookwyrm" cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm" -fund = "https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm" [integration] yunohost = ">= 11.2" @@ -50,9 +49,9 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bookwyrm-social/bookwyrm/archive/597378bb78c868a5c68667e07155b5df00b31c1d.tar.gz" - sha256 = "a3a0a340fa1a9f716c4debb1ec242b2a7c275f30be4612fb245cd42f44868e5f" - in_subdir = true + url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.1.tar.gz" + sha256 = "a5a1422bf26728b6d73c267f57946717c6d26513e48dc25687ab633a673ebf4e" + autoupdate.strategy = "latest_github_tag" [resources.sources.fonts] diff --git a/scripts/upgrade b/scripts/upgrade index e31803a..ce7ec22 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -80,8 +80,6 @@ ynh_script_progression --message="Upgrading database..." --weight=1 pushd $install_dir $install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes $install_dir/venv/bin/python3 "$install_dir/manage.py" collectstatic --no-input -$install_dir/venv/bin/python3 "$install_dir/manage.py" populate_streams -$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge --noinput $install_dir/venv/bin/python3 "$install_dir/manage.py" migrate popd diff --git a/tests.toml b/tests.toml index 426efee..2f1968a 100644 --- a/tests.toml +++ b/tests.toml @@ -16,7 +16,7 @@ test_format = 1.0 # ------------------------------- # Commits to test upgrade from # ------------------------------- - + test_upgrade_from.7600f04.name = "0.5.4" test_upgrade_from.d291f0e.name = "0.6.4" - test_upgrade_from.80ce892.name = "0.6.6" + test_upgrade_from.749f46f.name = "0.6.6"