1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

pyinventory_version="0.8.1"

This commit is contained in:
JensDiemer 2020-12-09 20:32:00 +01:00
parent 9d0a5b1bbb
commit ced368925b
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,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.1rc2 (Django v2.2.17)
PyInventory v0.8.1 (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

View file

@ -5,7 +5,7 @@
"description": {
"en": "Web based management to catalog things including state and location etc."
},
"version": "0.8.1rc3~ynh2",
"version": "0.8.1~ynh3",
"url": "https://github.com/jedie/PyInventory",
"license": "GPL-3.0",
"maintainer": {

View file

@ -28,7 +28,7 @@ pkg_dependencies="build-essential python3-dev python3-pip python3-virtualenv vir
postgresql postgresql-contrib"
# PyInventory's version for PIP and settings file
pyinventory_version="0.8.1rc2"
pyinventory_version="0.8.1"
#=================================================