Skip to content

Commit cf22833

Browse files
committed
Bump to v0.2.1 for release testing
1 parent e76dcbf commit cf22833

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.0'
8+
version = '0.2.1'
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.0"
3+
version = "0.2.1"
44
description = "A git-like branching implementation for NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)