Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed May 3, 2023
1 parent 7a3915c commit c61fef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ 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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python =
3.8: py38, format, lint, build

[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
packages=find_packages(include=['netbox_napalm_plugin', 'netbox_napalm_plugin.*']),
test_suite='tests',
url='https://github.com/netbox-community/netbox-napalm',
version='0.1.1',
version='0.1.2',
zip_safe=False,
)

0 comments on commit c61fef4

Please sign in to comment.