From e233c4307267b78e41add7a85e079b57b7f71d51 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 9 Oct 2021 17:18:57 +0200 Subject: [PATCH] Release as v0.10.1 --- README.creole | 5 +++-- README.rst | 10 ++++++---- deployment/project.env | 2 +- pyproject.toml | 2 +- src/inventory/__init__.py | 2 +- .../test_admin_item_auto_group_items_1.snapshot.html | 4 ++-- .../test_admin_item_auto_group_items_2.snapshot.html | 4 ++-- 7 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.creole b/README.creole index e8b83d7..39b670a 100644 --- a/README.creole +++ b/README.creole @@ -156,10 +156,11 @@ Files are separated into: "/src/" and "/development/" == history -* [[https://github.com/jedie/PyInventory/compare/v0.10.0...master|compare v0.10.0...master]] **dev** +* [[https://github.com/jedie/PyInventory/compare/v0.10.1...master|compare v0.10.1...master]] **dev** +** tbc +* [[https://github.com/jedie/PyInventory/compare/v0.10.0...v0.10.1|v0.10.1 - 09.10.2021]] ** Update to Django 3.1.x ** Don't make requests to the a name for a Link, if we already have one or if last request was not long ago. -** tbc * [[https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0|v0.10.0 - 29.09.2021]] ** Group item: default "automatic" mode and can be disabled by filter action * [[https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4|v0.9.4 - 15.09.2021]] diff --git a/README.rst b/README.rst index f6d8123..2fe9607 100644 --- a/README.rst +++ b/README.rst @@ -218,14 +218,16 @@ Files are separated into: "/src/" and "/development/" history ------- -* `compare v0.10.0...master `_ **dev** +* `compare v0.10.1...master `_ **dev** + + * tbc + +* `v0.10.1 - 09.10.2021 `_ * Update to Django 3.1.x * Don't make requests to the a name for a Link, if we already have one or if last request was not long ago. - * tbc - * `v0.10.0 - 29.09.2021 `_ * Group item: default "automatic" mode and can be disabled by filter action @@ -409,4 +411,4 @@ donation ------------ -``Note: this file is generated from README.creole 2021-10-09 16:58:57 with "python-creole"`` \ No newline at end of file +``Note: this file is generated from README.creole 2021-10-09 17:18:26 with "python-creole"`` \ No newline at end of file diff --git a/deployment/project.env b/deployment/project.env index aa5b9b2..9a983ae 100644 --- a/deployment/project.env +++ b/deployment/project.env @@ -1,3 +1,3 @@ export PROJECT_NAME=pyinventory export PROJECT_PACKAGE_NAME=pyinventory -export PROJECT_VERSION=0.10.0 +export PROJECT_VERSION=0.10.1 diff --git a/pyproject.toml b/pyproject.toml index b3492e3..f908cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyInventory" -version = "0.10.0" +version = "0.10.1" description = "Web based management to catalog things including state and location etc. using Python/Django." authors = ["JensDiemer "] homepage = "https://github.com/jedie/PyInventory" diff --git a/src/inventory/__init__.py b/src/inventory/__init__.py index 034625c..0269935 100644 --- a/src/inventory/__init__.py +++ b/src/inventory/__init__.py @@ -4,7 +4,7 @@ :license: GNU GPL v3 or above, see LICENSE for more details. """ -__version__ = "0.10.0" +__version__ = "0.10.1" # https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref default_app_config = "inventory.apps.InventoryConfig" diff --git a/src/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html b/src/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html index 55f25b8..f421f2d 100644 --- a/src/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html +++ b/src/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html @@ -2,7 +2,7 @@ - Select Item to change | PyInventory v0.10.0 + Select Item to change | PyInventory v0.10.1 @@ -43,7 +43,7 @@ diff --git a/src/inventory_project/tests/test_admin_item_auto_group_items_2.snapshot.html b/src/inventory_project/tests/test_admin_item_auto_group_items_2.snapshot.html index 8214717..7f5e953 100644 --- a/src/inventory_project/tests/test_admin_item_auto_group_items_2.snapshot.html +++ b/src/inventory_project/tests/test_admin_item_auto_group_items_2.snapshot.html @@ -2,7 +2,7 @@ - Select Item to change | PyInventory v0.10.0 + Select Item to change | PyInventory v0.10.1 @@ -43,7 +43,7 @@