kopia lustrzana https://github.com/jedie/PyInventory
release as v0.8.4
rodzic
541293d3fd
commit
fc8f3ac45d
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue