We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8652b27 commit c2632deCopy full SHA for c2632de
2 files changed
.gitignore
@@ -29,5 +29,5 @@ db.sqlite3
29
*.swo
30
31
tools/
32
-
33
-ignore/
+ignore/
+.claude/
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "netbox-custom-objects-tab"
7
-version = "2.0.1"
+version = "2.0.2"
8
description = "NetBox plugin that adds a Custom Objects tab to object detail pages"
9
readme = "README.md"
10
requires-python = ">=3.12"
0 commit comments