release as v0.8.4

pull/39/head
JensDiemer 2021-01-19 19:10:05 +01:00
rodzic 541293d3fd
commit fc8f3ac45d
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -185,9 +185,11 @@ Files are separated into: "/src/" and "/development/"
== history
* [[https://github.com/jedie/PyInventory/compare/v0.8.3...master|compare v0.8.3...master]] **dev**
** Search items in change list by "kind" and "tags", too
* [[https://github.com/jedie/PyInventory/compare/v0.8.4...master|compare v0.8.4...master]] **dev**
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.8.3...v0.8.4|v0.8.4 - 19.01.2021]]
** Search items in change list by "kind" and "tags", too
** update requirements
* [[https://github.com/jedie/PyInventory/compare/v0.8.2...v0.8.3|v0.8.3 - 29.12.2020]]
** update requirements
** remove colorama from direct dependencies

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "PyInventory"
version = "0.8.3"
version = "0.8.4"
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.3"
__version__ = "0.8.4"
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
default_app_config = "inventory.apps.InventoryConfig"