diff --git a/README.md b/README.md index 3216318..be8d4e0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ drwxr-xr-x 6 pyinventory pyinventory 6 Dec 8 08:37 venv root@yunohost:~# cd /opt/yunohost/pyinventory/ root@yunohost:/opt/yunohost/pyinventory# source venv/bin/activate (venv) root@yunohost:/opt/yunohost/pyinventory# ./manage.py check -PyInventory v0.8.1 (Django v2.2.17) +PyInventory v0.8.2 (Django v2.2.17) DJANGO_SETTINGS_MODULE='ynh_pyinventory_settings' PROJECT_PATH:/opt/yunohost/pyinventory/venv/lib/python3.7/site-packages BASE_PATH:/opt/yunohost/pyinventory diff --git a/manifest.json b/manifest.json index 081d7f7..c6e4097 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based management to catalog things including state and location etc." }, - "version": "0.8.1~ynh6", + "version": "0.8.2~ynh1", "url": "https://github.com/jedie/PyInventory", "license": "GPL-3.0", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 1797990..5c00693 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,7 @@ pkg_dependencies="build-essential python3-dev python3-pip python3-venv git \ postgresql postgresql-contrib python3-ldap libldap2-dev libsasl2-dev" # PyInventory's version for PIP and settings file -pyinventory_version="0.8.1" +pyinventory_version="0.8.2" # Extra python packages: pypi_extras="django-redis django-auth-ldap"