diff --git a/README.md b/README.md index a9343c2..c1e8324 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.1.0.rc1~ynh1 +**Shipped version:** 0.1.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 003cd83..bd537bc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Pull requests welcome ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) -**Version incluse :** 0.1.0.rc1~ynh1 +**Version incluse :** 0.1.0~ynh1 diff --git a/conf/requirements.txt b/conf/requirements.txt index 9d2a66a..130024f 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -40,9 +40,9 @@ django-axes==5.31.0; python_version >= "3.7" and python_full_version < "4.0.0" \ django-debug-toolbar==3.2.4; python_version >= "3.7" and python_full_version < "4.0.0" \ --hash=sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9 \ --hash=sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409 -django-fritzconnection==0.1.0rc1; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:6a8c5f64ed6ca81fa866924ce337aee9fe634442fb53e8f59df4ebfd31dfcffe \ - --hash=sha256:d2b3faafb8c52ef93a2c071be575bf4af691a703e38d23f3f2e35a7f930913b1 +django-fritzconnection==0.1.0; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:f1eb6c2d99f1d417a7ce0ed73b2aaea0788b0d743ae699b5b2abbdd0f1806458 \ + --hash=sha256:89f820756d4194c0361ba87a3ba3b945c99976dab0beb4bf1d3422cbeb68047c 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 95a2922..d03adfa 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based FritzBox management using Python/Django." }, - "version": "0.1.0.rc1~ynh1", + "version": "0.1.0~ynh1", "url": "https://github.com/jedie/django-fritzconnection", "upstream": { "license": "GPL-3.0", diff --git a/poetry.lock b/poetry.lock index c0e9a32..37cf3a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -298,7 +298,7 @@ sqlparse = ">=0.2.0" [[package]] name = "django-fritzconnection" -version = "0.1.0rc1" +version = "0.1.0" description = "Web based FritzBox management using Python/Django." category = "main" optional = false @@ -950,7 +950,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 = "3daaab3cde899a472fee83af64b6b627d122ffe02e976baf4d9ad28d969c5bb2" +content-hash = "37b18c0bb33f8711595ce5e90a425ec623b8f1a0ecd202116009e89ce176ef2a" [metadata.files] asgiref = [ @@ -1110,8 +1110,8 @@ django-debug-toolbar = [ {file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"}, ] django-fritzconnection = [ - {file = "django-fritzconnection-0.1.0rc1.tar.gz", hash = "sha256:6a8c5f64ed6ca81fa866924ce337aee9fe634442fb53e8f59df4ebfd31dfcffe"}, - {file = "django_fritzconnection-0.1.0rc1-py3-none-any.whl", hash = "sha256:d2b3faafb8c52ef93a2c071be575bf4af691a703e38d23f3f2e35a7f930913b1"}, + {file = "django-fritzconnection-0.1.0.tar.gz", hash = "sha256:f1eb6c2d99f1d417a7ce0ed73b2aaea0788b0d743ae699b5b2abbdd0f1806458"}, + {file = "django_fritzconnection-0.1.0-py3-none-any.whl", hash = "sha256:89f820756d4194c0361ba87a3ba3b945c99976dab0beb4bf1d3422cbeb68047c"}, ] django-ipware = [ {file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, diff --git a/pyproject.toml b/pyproject.toml index 7448635..8f03e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-fritzconnection_ynh" -version = "0.1.0.rc1~ynh1" +version = "0.1.0~ynh1" description = "Test django-fritzconnection_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-fritzconnection = ">=0.1.0.rc1" +django-fritzconnection = ">=0.1.0" # Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}