Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 29, 2024
1 parent 4ae4d05 commit 072ce79
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.9 (2024-04-29)

* Fix js in distro

## 0.1.8 (2024-04-16)

* Refactorings for pypi deployment
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ include README.md
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-include netbox_napalm_plugin/templates *
recursive-include netbox_napalm_plugin/static *

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif

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.8"
__version__ = "0.1.9"


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.8",
"version": "0.1.9",
"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.8"
version = "0.1.9"
authors = [
{name = "Arthur Hanson", email = "ahanson@netboxlabs.com"},
]
Expand Down

0 comments on commit 072ce79

Please sign in to comment.