We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754e43e commit c85ea5cCopy full SHA for c85ea5c
netbox_branching/__init__.py
@@ -5,7 +5,7 @@ class AppConfig(PluginConfig):
5
name = 'netbox_branching'
6
verbose_name = 'NetBox Branching'
7
description = 'A git-like branching implementation for NetBox'
8
- version = '0.2.1'
+ version = '0.3.0'
9
base_url = 'branching'
10
min_version = '4.1'
11
middleware = [
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "netboxlabs-netbox-branching"
3
-version = "0.2.1"
+version = "0.3.0"
4
description = "A git-like branching implementation for NetBox"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments