Skip to content

Commit

Permalink
Merge pull request #39 from nautobot/develop
Browse files Browse the repository at this point in the history
Bump to v0.9.7
  • Loading branch information
itdependsnetworks authored Nov 27, 2021
2 parents 9e2015c + d9e03dd commit a8f87d3
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 223 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.9.7 - 2021-11

### Fixed

- #37 Fix dev dependencies and loosen Python 3.6 requirements

## v0.9.6 - 2021-11

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions nautobot_plugin_nornir/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""Plugin declaration for nautobot_plugin_nornir."""

__version__ = "0.9.6"
__version__ = "0.9.7"

from nautobot.extras.plugins import PluginConfig


class NornirConfig(PluginConfig):
"""Plugin configuration for the nautobot_nornir plugin."""
"""Plugin configuration for nautobot_plugin_nornir."""

name = "nautobot_plugin_nornir"
verbose_name = "Nautobot Plugin for Nornir"
Expand Down
Loading

0 comments on commit a8f87d3

Please sign in to comment.