From afb78056041a3e8e6c894f62c6788c2c08a31c7d Mon Sep 17 00:00:00 2001 From: Thomas Fargeix Date: Mon, 23 Dec 2024 22:37:40 +0100 Subject: [PATCH] Update documentation for v1.1.0 --- README.md | 3 ++- docs/installation-configuration.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 769be47..f79495e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Instructions to install, configure, update or uninstall the plugin can be found | netbox version | netbox-data-flows version | | -------------- | ----------------------------- | +| >= 4.2.0 | >= v1.1.0 | | >= 4.1.0 | >= v1.0.4 | | >= 4.0.0 | >= v0.9.0 | | >= 3.7.0 | >= v0.8.0, < v0.9.0 | @@ -53,7 +54,7 @@ Instructions to install, configure, update or uninstall the plugin can be found ### Dependencies -* NetBox (>=4.0.0) +* NetBox * Python 3.10 or higher diff --git a/docs/installation-configuration.md b/docs/installation-configuration.md index 2ade663..205f99e 100644 --- a/docs/installation-configuration.md +++ b/docs/installation-configuration.md @@ -10,6 +10,7 @@ Once installed, go to the [quick start guide](quick-start.md) to discover how to | netbox version | netbox-data-flows version | | -------------- | ----------------------------- | +| >= 4.2.0 | >= v1.1.0 | | >= 4.1.0 | >= v1.0.4 | | >= 4.0.0 | >= v0.9.0 | | >= 3.7.0 | >= v0.8.0, < v0.9.0 | @@ -25,7 +26,7 @@ NetBox's plugin API, such as MPTT Tree-based models. Upward compatiblity is ther ### Dependencies -* NetBox (>=4.0.0) +* NetBox * Python 3.10 or higher ### Installation