Skip to content

Commit c85ea5c

Browse files
committed
Release v0.3.0
1 parent 754e43e commit c85ea5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_branching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class AppConfig(PluginConfig):
55
name = 'netbox_branching'
66
verbose_name = 'NetBox Branching'
77
description = 'A git-like branching implementation for NetBox'
8-
version = '0.2.1'
8+
version = '0.3.0'
99
base_url = 'branching'
1010
min_version = '4.1'
1111
middleware = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netboxlabs-netbox-branching"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "A git-like branching implementation for NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)