diff --git a/README.md b/README.md index 9d186c4..69256e8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Pelican is a static site generator, written in Python_. * Completely static output is simple to host anywhere -**Shipped version:** 1.0~ynh2 +**Shipped version:** 1.0~ynh3 diff --git a/README_fr.md b/README_fr.md index b05b516..1ceac2f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Pelican is a static site generator, written in Python_. * Completely static output is simple to host anywhere -**Version incluse :** 1.0~ynh2 +**Version incluse :** 1.0~ynh3 diff --git a/check_process b/check_process index 97afc06..46a1725 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,8 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash + # 1.0~ynh2 + upgrade=1 from_commit=9ef8cd540da5c5285239757a8dced8ee41411711 backup_restore=1 multi_instance=1 port_already_use=0 diff --git a/manifest.json b/manifest.json index 7212fdb..a3d6fed 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Static Site Generator", "fr": "Générateur de blog statique" }, - "version": "1.0~ynh2", + "version": "1.0~ynh3", "url": "https://blog.getpelican.com", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index e893c7b..5ffde63 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev python3-venv" +pkg_dependencies="python3-pip python3-virtualenv python3-dev libldap2-dev libsasl2-dev libssl-dev python3-venv" #================================================= # PERSONAL HELPERS