kopia lustrzana https://github.com/jedie/PyInventory
rodzic
2dd0ee95e6
commit
c5a355d005
|
@ -155,11 +155,12 @@ Nothing, yet ;)
|
||||||
|
|
||||||
== history
|
== 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
|
** Serve static files by Caddy
|
||||||
** Setup CKEditor file uploads: Store files into random sub directory
|
** Setup CKEditor file uploads: Store files into random sub directory
|
||||||
** reduce CKEditor plugins
|
** reduce CKEditor plugins
|
||||||
** tbc
|
|
||||||
* [[https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1|v0.4.1 - 2.11.2020]]
|
* [[https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1|v0.4.1 - 2.11.2020]]
|
||||||
** Small bugfixes
|
** Small bugfixes
|
||||||
* [[https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0|v0.4.0 - 1.11.2020]]
|
* [[https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0|v0.4.0 - 1.11.2020]]
|
||||||
|
|
10
README.rst
10
README.rst
|
@ -214,7 +214,11 @@ Nothing, yet ;)
|
||||||
history
|
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
|
* Serve static files by Caddy
|
||||||
|
|
||||||
|
@ -222,8 +226,6 @@ history
|
||||||
|
|
||||||
* reduce CKEditor plugins
|
* reduce CKEditor plugins
|
||||||
|
|
||||||
* tbc
|
|
||||||
|
|
||||||
* `v0.4.1 - 2.11.2020 <https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1>`_
|
* `v0.4.1 - 2.11.2020 <https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1>`_
|
||||||
|
|
||||||
* Small bugfixes
|
* 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"``
|
|
@ -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.4.1"
|
__version__ = "0.4.2"
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "PyInventory"
|
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."
|
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 = [
|
||||||
|
|
Ładowanie…
Reference in New Issue