Skip to content

Commit 1e097a1

Browse files
committed
Version 1.0.0
1 parent c36855b commit 1e097a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin brings back the old global search method that was used in netbox pri
77
| Netbox | Plugin |
88
|---------------|----------|
99
| NetBox < 4.0 | <= 0.1.3 |
10-
| NetBox >= 4.0 | >= 0.2.0 |
10+
| NetBox >= 4.0 | >= 1.0.0 |
1111

1212
## Installing
1313

netbox_old_search/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class NetboxOldSearch(PluginConfig):
66
name = "netbox_old_search"
77
verbose_name = "Old Search"
88
description = "Netbox Old Search"
9-
version = "0.1.3"
9+
version = "0.2.0"
1010
base_url = "old-search"
1111
default_settings = {"show_menu": False, "replace_search": True}
1212
middleware = ["netbox_old_search.middleware.SearchRedirectMiddleware"]

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author_email="[email protected]",
1212
python_requires=">=3.8",
1313
classifiers=[
14-
"Development Status :: 2 - Pre-Alpha",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"Natural Language :: English",
1717
"Programming Language :: Python :: 3",
@@ -29,6 +29,6 @@
2929
name="netbox-old-search",
3030
packages=find_packages(include=["netbox_old_search", "netbox_old_search.*"]),
3131
url="https://github.com/kkthxbye-code/netbox-old-search",
32-
version="0.1.3",
32+
version="1.0.0",
3333
zip_safe=False,
3434
)

0 commit comments

Comments
 (0)