Skip to content

Commit 072ce79

Browse files
committed
v0.1.9
1 parent 4ae4d05 commit 072ce79

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.9 (2024-04-29)
4+
5+
* Fix js in distro
6+
37
## 0.1.8 (2024-04-16)
48

59
* Refactorings for pypi deployment

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ include README.md
55
recursive-include tests *
66
recursive-exclude * __pycache__
77
recursive-exclude * *.py[co]
8+
recursive-include netbox_napalm_plugin/templates *
9+
recursive-include netbox_napalm_plugin/static *
810

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

netbox_napalm_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Arthur Hanson"""
44
__email__ = "[email protected]"
5-
__version__ = "0.1.8"
5+
__version__ = "0.1.9"
66

77

88
from extras.plugins import PluginConfig

netbox_napalm_plugin/project-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netbox_napalm_plugin",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Napalm Plugin for NetBox",
55
"main": "index.js",
66
"author": "Arthur Hanson",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "netbox-napalm-plugin"
10-
version = "0.1.8"
10+
version = "0.1.9"
1111
authors = [
1212
{name = "Arthur Hanson", email = "[email protected]"},
1313
]

0 commit comments

Comments
 (0)