diff --git a/README.md b/README.md index ca2ce18..f56a67d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/ More screenshots are here: [jedie.github.io/tree/master/screenshots/django-for-runners](https://github.com/jedie/jedie.github.io/tree/master/screenshots/django-for-runners/README.creole) -**Shipped version:** 0.12.1~ynh1 +**Shipped version:** 0.13.0rc1~ynh1 diff --git a/README_fr.md b/README_fr.md index 8f176e4..4401bc2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/ More screenshots are here: [jedie.github.io/tree/master/screenshots/django-for-runners](https://github.com/jedie/jedie.github.io/tree/master/screenshots/django-for-runners/README.creole) -**Version incluse :** 0.12.1~ynh1 +**Version incluse :** 0.13.0rc1~ynh1 diff --git a/conf/requirements.txt b/conf/requirements.txt index 03710b5..a0852fb 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -47,9 +47,9 @@ django-dbbackup==3.3.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-for-runners==0.12.1; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:5efe6e8e7abaec9faf31cfe670b0e0b441877b00b0966b38d5d774cde2373775 \ - --hash=sha256:571e87c3401fa2bce6eaa0e0749d84f852fc18a0f22aceb72ee66bcfba8c6391 +django-for-runners==0.13.0rc1; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:8576244ed3172291e84dcfdc96e3d2d12beb34c0bdb9816d68bc4911b20765db \ + --hash=sha256:5c0c43b366d6f58049d9ae4de86bd1aff19266af967caaa0e1bed5fd481372ac django-import-export==2.7.1; python_version >= "3.7" and python_full_version < "4.0.0" \ --hash=sha256:4bc65943a5ce66aeaf2b5d0d6f75b1863b63b10323bf235e46500bef5d6dd85b \ --hash=sha256:254ca359782efca932c398edabc15dd51d31da241e85cc03af5b720173e0b2fe diff --git a/manifest.json b/manifest.json index e006190..1db1fc7 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Store your GPX tracks of your running (or other sports activity)" }, - "version": "0.12.1~ynh1", + "version": "0.13.0rc1~ynh1", "url": "https://github.com/jedie/django-for-runners", "upstream": { "license": "GPL-3.0", diff --git a/poetry.lock b/poetry.lock index 1cd8147..417d03f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -309,7 +309,7 @@ sqlparse = ">=0.2.0" [[package]] name = "django-for-runners" -version = "0.12.1" +version = "0.13.0rc1" description = "Store your GPX tracks of your running (or other sports activity) in django." category = "main" optional = false @@ -1199,7 +1199,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 = "2c5e83d5183d92dec664f9a9749d1725a4356b7bf37fd0c529b4982d54442466" +content-hash = "81ce8385bf5a459f9ee988a79822582f073b5c1d325585a4cb9e7c983dd2bbe3" [metadata.files] astor = [ @@ -1365,8 +1365,8 @@ django-debug-toolbar = [ {file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"}, ] django-for-runners = [ - {file = "django-for-runners-0.12.1.tar.gz", hash = "sha256:5efe6e8e7abaec9faf31cfe670b0e0b441877b00b0966b38d5d774cde2373775"}, - {file = "django_for_runners-0.12.1-py3-none-any.whl", hash = "sha256:571e87c3401fa2bce6eaa0e0749d84f852fc18a0f22aceb72ee66bcfba8c6391"}, + {file = "django-for-runners-0.13.0rc1.tar.gz", hash = "sha256:8576244ed3172291e84dcfdc96e3d2d12beb34c0bdb9816d68bc4911b20765db"}, + {file = "django_for_runners-0.13.0rc1-py3-none-any.whl", hash = "sha256:5c0c43b366d6f58049d9ae4de86bd1aff19266af967caaa0e1bed5fd481372ac"}, ] django-import-export = [ {file = "django-import-export-2.7.1.tar.gz", hash = "sha256:4bc65943a5ce66aeaf2b5d0d6f75b1863b63b10323bf235e46500bef5d6dd85b"}, diff --git a/pyproject.toml b/pyproject.toml index 76b9aae..6436ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "for_runners_ynh" -version = "0.12.1~ynh1" +version = "0.13.0rc1~ynh1" description = "Test for_runners_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-for-runners = ">=0.12.1" +django-for-runners = ">=0.13.0rc1" # Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}