relase as v0.9.0

pull/41/head
JensDiemer 2021-04-11 15:58:19 +02:00
rodzic b6549262d0
commit 8b2b44724f
4 zmienionych plików z 26 dodań i 20 usunięć

Wyświetl plik

@ -154,8 +154,10 @@ Files are separated into: "/src/" and "/development/"
== history
* [[https://github.com/jedie/PyInventory/compare/v0.8.4...master|compare v0.8.4...master]] **dev**
* [[https://github.com/jedie/PyInventory/compare/v0.9.0...master|compare v0.9.0...master]] **dev**
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.8.4...v0.9.0|v0.9.0 - 11.04.2021]]
** Use https://github.com/jedie/dev-shell for development
* [[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

Wyświetl plik

@ -216,10 +216,14 @@ Files are separated into: "/src/" and "/development/"
history
-------
* `compare v0.8.4...master <https://github.com/jedie/PyInventory/compare/v0.8.4...master>`_ **dev**
* `compare v0.9.0...master <https://github.com/jedie/PyInventory/compare/v0.9.0...master>`_ **dev**
* tbc
* `v0.9.0 - 11.04.2021 <https://github.com/jedie/PyInventory/compare/v0.8.4...v0.9.0>`_
* Use `https://github.com/jedie/dev-shell <https://github.com/jedie/dev-shell>`_ for development
* `v0.8.4 - 19.01.2021 <https://github.com/jedie/PyInventory/compare/v0.8.3...v0.8.4>`_
* Search items in change list by "kind" and "tags", too
@ -371,4 +375,4 @@ donation
------------
``Note: this file is generated from README.creole 2021-04-05 20:00:43 with "python-creole"``
``Note: this file is generated from README.creole 2021-04-11 15:57:00 with "python-creole"``

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "PyInventory"
version = "0.8.4"
version = "0.9.0"
description = "Web based management to catalog things including state and location etc. using Python/Django."
authors = ["JensDiemer <git@jensdiemer.de>"]
homepage = "https://github.com/jedie/PyInventory"

Wyświetl plik

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