Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Sep 20, 2024
1 parent c36855b commit 1e097a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin brings back the old global search method that was used in netbox pri
| Netbox | Plugin |
|---------------|----------|
| NetBox < 4.0 | <= 0.1.3 |
| NetBox >= 4.0 | >= 0.2.0 |
| NetBox >= 4.0 | >= 1.0.0 |

## Installing

Expand Down
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.3"
version = "0.2.0"
base_url = "old-search"
default_settings = {"show_menu": False, "replace_search": True}
middleware = ["netbox_old_search.middleware.SearchRedirectMiddleware"]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author_email="[email protected]",
python_requires=">=3.8",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python :: 3",
Expand All @@ -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.3",
version="1.0.0",
zip_safe=False,
)

0 comments on commit 1e097a1

Please sign in to comment.