Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Bump the schema-enforcer version to 1.1.1, bump the plugin version to 1.0.1 #22

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nautobot_plugin_chatops_grafana/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugin declaration for nautobot_plugin_chatops_grafana."""

__version__ = "1.0.0"
__version__ = "1.0.1"

from nautobot.extras.plugins import PluginConfig

Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-chatops-grafana"
version = "1.0.0"
version = "1.0.1"
description = "Nautobot Plugin Chatops Grafana"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ nautobot = "^1.0.0"
python = "^3.7"
nautobot-chatops = "^1.3.1"
pydantic = "^1.8.2"
schema-enforcer = "^1.1.0"
schema-enforcer = "^1.1.1"
isodate = "^0.6.0"
diffsync = "^1.3.0"

Expand Down