diff --git a/README.md b/README.md index f56a67d..277a3e3 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.13.0rc1~ynh1 +**Shipped version:** 0.13.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 4401bc2..533873d 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.13.0rc1~ynh1 +**Version incluse :** 0.13.0~ynh1 diff --git a/conf/requirements.txt b/conf/requirements.txt index a0852fb..a369ebb 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.13.0rc1; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:8576244ed3172291e84dcfdc96e3d2d12beb34c0bdb9816d68bc4911b20765db \ - --hash=sha256:5c0c43b366d6f58049d9ae4de86bd1aff19266af967caaa0e1bed5fd481372ac +django-for-runners==0.13.0; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:eb428a6b6d3468007d614c2a3c72a6c88f681f24db1ba9dd0b39890afdf70a05 \ + --hash=sha256:adca92e03fa631d33f3acaaded77b08198240fb6faba8c1fff75cf923c6fa5b6 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 1db1fc7..189aac0 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.13.0rc1~ynh1", + "version": "0.13.0~ynh1", "url": "https://github.com/jedie/django-for-runners", "upstream": { "license": "GPL-3.0", diff --git a/poetry.lock b/poetry.lock index 417d03f..36f2f7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -309,7 +309,7 @@ sqlparse = ">=0.2.0" [[package]] name = "django-for-runners" -version = "0.13.0rc1" +version = "0.13.0" 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 = "81ce8385bf5a459f9ee988a79822582f073b5c1d325585a4cb9e7c983dd2bbe3" +content-hash = "ba9ba95fd1dafbb50c56115d0158773540da4403b85e1e478b35110b86ecabe8" [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.13.0rc1.tar.gz", hash = "sha256:8576244ed3172291e84dcfdc96e3d2d12beb34c0bdb9816d68bc4911b20765db"}, - {file = "django_for_runners-0.13.0rc1-py3-none-any.whl", hash = "sha256:5c0c43b366d6f58049d9ae4de86bd1aff19266af967caaa0e1bed5fd481372ac"}, + {file = "django-for-runners-0.13.0.tar.gz", hash = "sha256:eb428a6b6d3468007d614c2a3c72a6c88f681f24db1ba9dd0b39890afdf70a05"}, + {file = "django_for_runners-0.13.0-py3-none-any.whl", hash = "sha256:adca92e03fa631d33f3acaaded77b08198240fb6faba8c1fff75cf923c6fa5b6"}, ] django-import-export = [ {file = "django-import-export-2.7.1.tar.gz", hash = "sha256:4bc65943a5ce66aeaf2b5d0d6f75b1863b63b10323bf235e46500bef5d6dd85b"}, diff --git a/pyproject.toml b/pyproject.toml index 6436ae6..baef9ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "for_runners_ynh" -version = "0.13.0rc1~ynh1" +version = "0.13.0~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.13.0rc1" +django-for-runners = ">=0.13.0" # Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}