release as v0.4.2

pull/20/head v0.4.2
JensDiemer 2020-11-13 09:10:00 +01:00
rodzic 2dd0ee95e6
commit c5a355d005
4 zmienionych plików z 11 dodań i 8 usunięć

Wyświetl plik

@ -155,11 +155,12 @@ Nothing, yet ;)
== history
* [[https://github.com/jedie/PyInventory/compare/v0.4.1...master|compare v0.4.1...master]] **dev**
* [[https://github.com/jedie/PyInventory/compare/v0.4.2...master|compare v0.4.2...master]] **dev**
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.4.1...v0.4.2|v0.4.2 - 13.11.2020]]
** Serve static files by Caddy
** Setup CKEditor file uploads: Store files into random sub directory
** reduce CKEditor plugins
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1|v0.4.1 - 2.11.2020]]
** Small bugfixes
* [[https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0|v0.4.0 - 1.11.2020]]

Wyświetl plik

@ -214,7 +214,11 @@ Nothing, yet ;)
history
-------
* `compare v0.4.1...master <https://github.com/jedie/PyInventory/compare/v0.4.1...master>`_ **dev**
* `compare v0.4.2...master <https://github.com/jedie/PyInventory/compare/v0.4.2...master>`_ **dev**
* tbc
* `v0.4.2 - 13.11.2020 <https://github.com/jedie/PyInventory/compare/v0.4.1...v0.4.2>`_
* Serve static files by Caddy
@ -222,8 +226,6 @@ history
* reduce CKEditor plugins
* tbc
* `v0.4.1 - 2.11.2020 <https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1>`_
* Small bugfixes
@ -313,4 +315,4 @@ donation
------------
``Note: this file is generated from README.creole 2020-11-11 19:47:03 with "python-creole"``
``Note: this file is generated from README.creole 2020-11-13 09:09:36 with "python-creole"``

Wyświetl plik

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

Wyświetl plik

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