pull/34/head v0.8.1rc3
JensDiemer 2020-12-09 13:35:05 +01:00
rodzic 60ac786b90
commit 317c616656
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
export PROJECT_NAME=pyinventory
export PROJECT_PACKAGE_NAME=pyinventory
export PROJECT_VERSION=0.8.1rc2
export PROJECT_VERSION=0.8.1rc3

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "PyInventory"
version = "0.8.1rc2"
version = "0.8.1rc3"
description = "Web based management to catalog things including state and location etc. using Python/Django."
authors = ["JensDiemer <git@jensdiemer.de>"]
packages = [

Wyświetl plik

@ -4,7 +4,7 @@
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
__version__ = "0.8.1rc2"
__version__ = "0.8.1rc3"
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
default_app_config = "inventory.apps.InventoryConfig"