From e4d89df388f0db20f41363232994e0dd9cd37f87 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 24 Oct 2020 19:34:55 +0200 Subject: [PATCH] Update README and prepare v0.2.0 release --- README.creole | 10 ++++++++-- README.rst | 20 ++++++++++++++++---- inventory/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/README.creole b/README.creole index dbba62a..54a5781 100644 --- a/README.creole +++ b/README.creole @@ -136,7 +136,7 @@ Notes: == Screenshots -{{https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory v0.1.0 screenshot 1.png|PyInventory v0.1.0 screenshot 1.png}} +{{https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory v0.2.0 screenshot 1.png|PyInventory v0.2.0 screenshot 1.png}} ---- @@ -178,8 +178,14 @@ Nothing, yet ;) == history -* [[https://github.com/jedie/PyInventory/compare/v0.1.0...master|compare v0.1.0...master]] **dev** +* [[https://github.com/jedie/PyInventory/compare/v0.2.0...master|compare v0.2.0...master]] **dev** ** tbc +* [[https://github.com/jedie/PyInventory/compare/v0.1.0...v0.2.0|v0.2.0 - 24.10.2020]] +** Simplify item change list by nested item +** Activate Django-Import/Export +** Implement multi user usage +** Add Django-dbbackup +** Add docker-compose usage * [[https://github.com/jedie/PyInventory/compare/v0.0.1...v0.1.0|v0.1.0 - 17.10.2020]] ** Enhance models, admin and finish project setup * v0.0.1 - 14.10.2020 diff --git a/README.rst b/README.rst index 07dd187..6d48987 100644 --- a/README.rst +++ b/README.rst @@ -175,9 +175,9 @@ Notes: Screenshots ----------- -|PyInventory v0.1.0 screenshot 1.png| +|PyInventory v0.2.0 screenshot 1.png| -.. |PyInventory v0.1.0 screenshot 1.png| image:: https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory v0.1.0 screenshot 1.png +.. |PyInventory v0.2.0 screenshot 1.png| image:: https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory v0.2.0 screenshot 1.png ---- @@ -231,10 +231,22 @@ Nothing, yet ;) history ------- -* `compare v0.1.0...master `_ **dev** +* `compare v0.2.0...master `_ **dev** * tbc +* `v0.2.0 - 24.10.2020 `_ + + * Simplify item change list by nested item + + * Activate Django-Import/Export + + * Implement multi user usage + + * Add Django-dbbackup + + * Add docker-compose usage + * `v0.1.0 - 17.10.2020 `_ * Enhance models, admin and finish project setup @@ -276,4 +288,4 @@ donation ------------ -``Note: this file is generated from README.creole 2020-10-24 17:15:43 with "python-creole"`` \ No newline at end of file +``Note: this file is generated from README.creole 2020-10-24 19:34:25 with "python-creole"`` \ No newline at end of file diff --git a/inventory/__init__.py b/inventory/__init__.py index c102876..eb9ce26 100644 --- a/inventory/__init__.py +++ b/inventory/__init__.py @@ -4,7 +4,7 @@ :license: GNU GPL v3 or above, see LICENSE for more details. """ -__version__ = "0.1.0" +__version__ = "0.2.0" # https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref default_app_config = "inventory.apps.InventoryConfig" diff --git a/pyproject.toml b/pyproject.toml index c92ee5c..536d59c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyInventory" -version = "0.1.0" +version = "0.2.0" description = "Web based management to catalog things including state and location etc. using Python/Django." authors = ["JensDiemer "] packages = [