diff --git a/README.md b/README.md index 0d7795c..dc1ebe2 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This is possible thanks to the scrapli_cfg. Read [Scrapli](https://github.com/sc | NetBox Version | Plugin Version | |----------------|----------------| -| 3.5, 3.6 | =>0.1.0 | +| 3.5, 3.6, 3.7 | =>0.1.0 | ## Installing diff --git a/netbox_config_diff/__init__.py b/netbox_config_diff/__init__.py index f687423..b4d2835 100644 --- a/netbox_config_diff/__init__.py +++ b/netbox_config_diff/__init__.py @@ -2,7 +2,7 @@ __author__ = "Artem Kotik" __email__ = "miaow2@yandex.ru" -__version__ = "2.2.0" +__version__ = "2.3.0" class ConfigDiffConfig(PluginConfig):