diff --git a/README.md b/README.md index 3e312ef..40357f1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Pull requests welcome ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) -**Shipped version:** 0.0.3~ynh1 +**Shipped version:** 0.0.4~ynh1 ## Disclaimers / important information ## Settings and upgrades diff --git a/README_fr.md b/README_fr.md index 1514b73..9cbbd6c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Pull requests welcome ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) -**Version incluse :** 0.0.3~ynh1 +**Version incluse :** 0.0.4~ynh1 ## Avertissements / informations importantes ## Settings and upgrades diff --git a/conf/requirements.txt b/conf/requirements.txt index d1a7c5d..0f9e9a2 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -28,9 +28,9 @@ django-axes==5.35.0; python_version >= "3.7" and python_full_version < "4.0.0" \ django-debug-toolbar==3.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \ --hash=sha256:97965f2630692de316ea0c1ca5bfa81660d7ba13146dbc6be2059cf55b35d0e5 \ --hash=sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661 -django-fmd==0.0.3; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:c3178aa73675d3113a76d5cf792f8b57e36ad960bb2f05053f50db99793d7705 \ - --hash=sha256:97a909ad9f1996cab2905ab5002c48a768e88fe2a9fea58e6ef39f43e850d5f5 +django-fmd==0.0.4; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:ddb9dd85df019f1d167b5ce4234089344107489d5dc61395fb578823b869ecd8 \ + --hash=sha256:f0ea094b1e39d8bbf056a0fe433bfd4209a3d4c4f095b947e9867d9aefe06e00 django-ipware==4.0.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "4.0.0" and python_full_version >= "3.6.0" \ --hash=sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \ --hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9 diff --git a/manifest.json b/manifest.json index 50e7fe0..7b50220 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based FritzBox management using Python/Django." }, - "version": "0.0.3~ynh1", + "version": "0.0.4~ynh1", "url": "https://gitlab.com/jedie/django-find-my-device", "upstream": { "license": "GPL-3.0", diff --git a/poetry.lock b/poetry.lock index 9bb13e3..a52de5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -280,7 +280,7 @@ sqlparse = ">=0.2.0" [[package]] name = "django-fmd" -version = "0.0.3" +version = "0.0.4" description = "Server for 'Find My Device' android app, implemented in Django/Python" category = "main" optional = false @@ -880,7 +880,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0.0" -content-hash = "a5150e423012b67f7cf50ba917aec0528b8c01008f0dbe6b53a1031fef4fac45" +content-hash = "6f5e7159a0f1a094219587160c8e707dfa15c1b448c77380963b4698fde15a06" [metadata.files] asgiref = [ @@ -1031,8 +1031,8 @@ django-debug-toolbar = [ {file = "django_debug_toolbar-3.5.0-py3-none-any.whl", hash = "sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661"}, ] django-fmd = [ - {file = "django-fmd-0.0.3.tar.gz", hash = "sha256:c3178aa73675d3113a76d5cf792f8b57e36ad960bb2f05053f50db99793d7705"}, - {file = "django_fmd-0.0.3-py3-none-any.whl", hash = "sha256:97a909ad9f1996cab2905ab5002c48a768e88fe2a9fea58e6ef39f43e850d5f5"}, + {file = "django-fmd-0.0.4.tar.gz", hash = "sha256:ddb9dd85df019f1d167b5ce4234089344107489d5dc61395fb578823b869ecd8"}, + {file = "django_fmd-0.0.4-py3-none-any.whl", hash = "sha256:f0ea094b1e39d8bbf056a0fe433bfd4209a3d4c4f095b947e9867d9aefe06e00"}, ] django-ipware = [ {file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, diff --git a/pyproject.toml b/pyproject.toml index 0f54faf..dbb07dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-fmd_ynh" -version = "0.0.3~ynh1" +version = "0.0.4~ynh1" description = "Test django-fmd_ynh via local_test.py" authors = ["JensDiemer "] license = "GPL" @@ -8,7 +8,7 @@ license = "GPL" [tool.poetry.dependencies] # Keep Python 3.7 until Yunohost contains a newer Python Version ;) python = ">=3.7,<4.0.0" -django-fmd = ">=0.0.3" # https://gitlab.com/jedie/django-find-my-device +django-fmd = ">=0.0.4" # https://gitlab.com/jedie/django-find-my-device # Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}