diff --git a/README.creole b/README.creole index f69451a..f35b498 100644 --- a/README.creole +++ b/README.creole @@ -171,10 +171,11 @@ Files are separated into: "/src/" and "/development/" == history -* [[https://github.com/jedie/PyInventory/compare/v0.10.1...master|compare v0.10.1...master]] **dev** +* [[https://github.com/jedie/PyInventory/compare/v0.11.0...master|compare v0.11.0...master]] **dev** +** tbc +* [[https://github.com/jedie/PyInventory/compare/v0.10.1...v0.11.0|v0.11.0 - 09.10.2021]] ** NEW: Memo model/admin: Store Information (incl. images/files/links) independent of items/locations ** Bugfix CKEditor sizes and fix toolbar (e.g.: remove useless pdf generator button and add sourcecode function) -** 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. diff --git a/deployment/project.env b/deployment/project.env index 9a983ae..5da6e6a 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.1 +export PROJECT_VERSION=0.11.0 diff --git a/pyproject.toml b/pyproject.toml index f908cbd..25946c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyInventory" -version = "0.10.1" +version = "0.11.0" 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 0269935..b6da6bd 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.1" +__version__ = "0.11.0" # 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 22c48bf..221ac56 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.1 + Select Item to change | PyInventory v0.11.0 @@ -43,7 +43,7 @@

- PyInventory v0.10.1 + PyInventory v0.11.0

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 51d607a..8ccb135 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.1 + Select Item to change | PyInventory v0.11.0 @@ -43,7 +43,7 @@

- PyInventory v0.10.1 + PyInventory v0.11.0

diff --git a/src/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html b/src/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html index 1c2730a..68a1f5b 100644 --- a/src/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html +++ b/src/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html @@ -2,7 +2,7 @@ - Add Item | PyInventory v0.10.1 + Add Item | PyInventory v0.11.0 @@ -84,7 +84,7 @@

- PyInventory v0.10.1 + PyInventory v0.11.0

diff --git a/src/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html b/src/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html index 8878ebb..1a7a103 100644 --- a/src/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html +++ b/src/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html @@ -2,7 +2,7 @@ - Add Memo | PyInventory v0.10.1 + Add Memo | PyInventory v0.11.0 @@ -80,7 +80,7 @@

- PyInventory v0.10.1 + PyInventory v0.11.0