diff --git a/README.md b/README.md index 64a204c..97068b7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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.17.2~ynh1 +**Shipped version:** 0.17.3rc0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3955e2a..49bebf0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,7 +34,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.17.2~ynh1 +**Version incluse :** 0.17.3rc0~ynh1 ## Captures d’écran diff --git a/conf/requirements.txt b/conf/requirements.txt index a8dbeb9..2335f9f 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -177,9 +177,9 @@ django-dbbackup==4.0.2 ; python_version >= "3.9" and python_version < "4" \ django-debug-toolbar==3.8.1 ; python_version >= "3.9" and python_version < "4" \ --hash=sha256:24ef1a7d44d25e60d7951e378454c6509bf536dce7e7d9d36e7c387db499bc27 \ --hash=sha256:879f8a4672d41621c06a4d322dcffa630fc4df056cada6e417ed01db0e5e0478 -django-for-runners==0.17.2 ; python_version >= "3.9" and python_version < "4" \ - --hash=sha256:ac9aaa06289e41af6d66ac92fdbeafe5f68242c3cb523ae3ba6c5d0241653e2b \ - --hash=sha256:e8872410d6f06e6260eb8c021dc024a97dedd80fd5d7052b3b760b82e899ee1f +django-for-runners==0.17.3rc0 ; python_version >= "3.9" and python_version < "4" \ + --hash=sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba \ + --hash=sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129 django-import-export==3.1.0 ; python_version >= "3.9" and python_version < "4" \ --hash=sha256:0760414c125142f5db02382f661b091f7597dbbebf82c8797c7830cc140a6a1a \ --hash=sha256:5f72cb49ad92f4393f0bdb8396f344232445555e77fc501dd294bcd3d1788606 diff --git a/manifest.json b/manifest.json index ac346eb..d2399ed 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.17.2~ynh1", + "version": "0.17.3rc0~ynh1", "url": "https://github.com/YunoHost-Apps/django-for-runners_ynh", "upstream": { "license": "GPL-3.0", diff --git a/poetry.lock b/poetry.lock index efb3e43..48cef32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -774,14 +774,14 @@ sqlparse = ">=0.2" [[package]] name = "django-for-runners" -version = "0.17.2" +version = "0.17.3rc0" description = "Store your GPX tracks of your running (or other sports activity) in django." category = "main" optional = false python-versions = "<4,>=3.9" files = [ - {file = "django-for-runners-0.17.2.tar.gz", hash = "sha256:e8872410d6f06e6260eb8c021dc024a97dedd80fd5d7052b3b760b82e899ee1f"}, - {file = "django_for_runners-0.17.2-py3-none-any.whl", hash = "sha256:ac9aaa06289e41af6d66ac92fdbeafe5f68242c3cb523ae3ba6c5d0241653e2b"}, + {file = "django-for-runners-0.17.3rc0.tar.gz", hash = "sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba"}, + {file = "django_for_runners-0.17.3rc0-py3-none-any.whl", hash = "sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129"}, ] [package.dependencies] @@ -2712,4 +2712,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye) -content-hash = "98b87562179ec1fd7b7580d6b07a17d28a131ca7d29338eebd69d9759a257745" +content-hash = "8a41ab1d694b323d1285a7bd196f5556ae41b4b7023988ec4ab52b838912da9a" diff --git a/pyproject.toml b/pyproject.toml index b3d850c..8c92c65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "for_runners_ynh" -version = "0.17.2+ynh1" +version = "0.17.3rc0+ynh1" description = "YunoHost app package for https://github.com/jedie/django-for-runners" authors = ["Jens Diemer "] homepage = "https://github.com/YunoHost-Apps/django-for-runners_ynh" @@ -13,7 +13,7 @@ readme = 'README.md' [tool.poetry.dependencies] python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye) # -django_for_runners = ">=0.17.2" # https://github.com/jedie/django-for-runners +django_for_runners = ">=0.17.3rc0" # https://github.com/jedie/django-for-runners # # extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes # see: https://github.com/YunoHost-Apps/django_yunohost_integration/blob/main/pyproject.toml @@ -160,7 +160,7 @@ upstream_url = "https://github.com/jedie/django-for-runners" ynh_app_pkg_name = "for_runners_ynh" ynh_app_url = "https://github.com/YunoHost-Apps/django-for-runners_ynh" bug_tracker_url = "https://github.com/jedie/django-for-runners/issues" -upstream_version = "0.17.2" +upstream_version = "0.17.3rc0" ynh_version = "1" package_description = "YunoHost app package for https://github.com/jedie/django-for-runners" license = "GPL-3.0-or-later"