Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Sep 7, 2023
1 parent 84d6df2 commit b2907ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_old_search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class NetboxOldSearch(PluginConfig):
name = "netbox_old_search"
verbose_name = "Old Search"
description = "Netbox Old Search"
version = "0.1"
version = "0.1.3"
base_url = "old-search"
default_settings = {"show_menu": False, "replace_search": True}
middleware = ["netbox_old_search.middleware.SearchRedirectMiddleware"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
name="netbox-old-search",
packages=find_packages(include=['netbox_old_search', 'netbox_old_search.*']),
url="https://github.com/kkthxbye-code/netbox-old-search",
version="0.1.2",
version="0.1.3",
zip_safe=False,
)

0 comments on commit b2907ef

Please sign in to comment.