Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 16, 2024
1 parent 489757d commit 4ae4d05
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.8 (2024-04-16)

* Refactorings for pypi deployment

## 0.1.7 (2024-01-02)

* Update for NetBox 3.7

## 0.1.6 (2023-09-08)

* Fix migrations NetBox 3.6.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ The features the plugin provides should be listed here.

## Compatibility

> :warning: **NetBox 3.5**: This plugin is for NetBox 3.5
| NetBox Version | Plugin Version |
|----------------|----------------|
| 3.5 | 0.1.0 |
| 3.5.8 | 0.1.4 |
| 3.6.0 > | 0.1.5 |
| 3.6.0 | 0.1.5 |
| 3.7.0 | 0.1.7 |

## Installation

For adding to a NetBox Docker setup see
Expand Down
2 changes: 1 addition & 1 deletion netbox_napalm_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Arthur Hanson"""
__email__ = "ahanson@netboxlabs.com"
__version__ = "0.1.7"
__version__ = "0.1.8"


from extras.plugins import PluginConfig
Expand Down
2 changes: 1 addition & 1 deletion netbox_napalm_plugin/project-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netbox_napalm_plugin",
"version": "0.1.7",
"version": "0.1.8",
"description": "Napalm Plugin for NetBox",
"main": "index.js",
"author": "Arthur Hanson",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-napalm-plugin"
version = "0.1.7"
version = "0.1.8"
authors = [
{name = "Arthur Hanson", email = "ahanson@netboxlabs.com"},
]
Expand Down

0 comments on commit 4ae4d05

Please sign in to comment.