diff --git a/README.md b/README.md index ba0edea..45de9aa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. -**Shipped version:** 6.1.0~ynh3 +**Shipped version:** 6.1.3~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 10b1a95..c92763e 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. -**Versión actual:** 6.1.0~ynh3 +**Versión actual:** 6.1.3~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index af62c9d..9b98b99 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. -**Paketatutako bertsioa:** 6.1.0~ynh3 +**Paketatutako bertsioa:** 6.1.3~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index b0a840e..1f17991 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. I hate money est une application web conçue pour faciliter la gestion partagée du budget. Elle permet de savoir qui a acheté quoi, quand et pour qui, et aide à régler les factures. -**Version incluse :** 6.1.0~ynh3 +**Version incluse :** 6.1.3~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 937b993..10ad721 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. -**Versión proporcionada:** 6.1.0~ynh3 +**Versión proporcionada:** 6.1.3~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index a06b62f..de7fb6b 100644 --- a/README_id.md +++ b/README_id.md @@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan. I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. -**Versi terkirim:** 6.1.0~ynh3 +**Versi terkirim:** 6.1.3~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a79732b..a808d65 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. -**分发版本:** 6.1.0~ynh3 +**分发版本:** 6.1.3~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 0621ad7..effd711 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "I Hate Money" description.en = "Simple app to manage your collective expenses" description.fr = "Gérez simplement vos dépenses collectives" -version = "6.1.0~ynh3" +version = "6.1.3~ynh1" maintainers = ["Jocelyn Delalande"] @@ -47,8 +47,8 @@ ram.runtime = "100M" [resources] [resources.sources.main] - url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.0.tar.gz" - sha256 = "no available checksum for now" + url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.3.tar.gz" + sha256 = "5f47a1c4ba18684ce1c645869202d36cfea94f4dc3b974d694a6dcef292c38e9" prefetch = false # Only here as a notification source, need to change version in _common.sh diff --git a/scripts/_common.sh b/scripts/_common.sh index 88b94d3..c4a30e7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= pip_dependencies=( - 'ihatemoney==6.1.0' + 'ihatemoney==6.1.3' 'gunicorn>=20.0' 'PyMySQL>=0.9,<1.1' )