File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from netbox .plugins import PluginConfig
22
3- __version__ = "0.1.3 "
3+ __version__ = "0.2.0 "
44
55
66class NetBoxRIRManagerConfig (PluginConfig ):
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ netbox_rir_manager = ["templates/**/*"]
1010
1111[project ]
1212name = " netbox-rir-manager"
13- version = " 0.1.3 "
13+ version = " 0.2.0 "
1414description = " NetBox plugin for managing RIR (ARIN, RIPE, etc.) resources"
1515readme = " README.md"
1616license = {text = " Apache-2.0" }
@@ -76,7 +76,7 @@ python_functions = ["test_*"]
7676addopts = " -v --cov=netbox_rir_manager --cov-report=term-missing --reuse-db"
7777
7878[tool .bumpver ]
79- current_version = " 0.1.3 "
79+ current_version = " 0.2.0 "
8080version_pattern = " MAJOR.MINOR.PATCH"
8181commit_message = " chore: bump version {old_version} -> {new_version}"
8282tag_pattern = " v{version}"
You can’t perform that action at this time.
0 commit comments