pull/30/head
JensDiemer 2020-11-23 18:51:21 +01:00
rodzic 2d60b12ee8
commit 046387e4b5
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
export PROJECT_NAME=pyinventory export PROJECT_NAME=pyinventory
export PROJECT_PACKAGE_NAME=pyinventory export PROJECT_PACKAGE_NAME=pyinventory
export PROJECT_VERSION=0.7.0rc1 export PROJECT_VERSION=0.7.0rc2

Wyświetl plik

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

Wyświetl plik

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