Skip to content

Commit 253c57e

Browse files
committed
chore: bump version 0.1.3 -> 0.2.0
1 parent 73ce0da commit 253c57e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

netbox_rir_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from netbox.plugins import PluginConfig
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.2.0"
44

55

66
class NetBoxRIRManagerConfig(PluginConfig):

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ netbox_rir_manager = ["templates/**/*"]
1010

1111
[project]
1212
name = "netbox-rir-manager"
13-
version = "0.1.3"
13+
version = "0.2.0"
1414
description = "NetBox plugin for managing RIR (ARIN, RIPE, etc.) resources"
1515
readme = "README.md"
1616
license = {text = "Apache-2.0"}
@@ -76,7 +76,7 @@ python_functions = ["test_*"]
7676
addopts = "-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"
8080
version_pattern = "MAJOR.MINOR.PATCH"
8181
commit_message = "chore: bump version {old_version} -> {new_version}"
8282
tag_pattern = "v{version}"

0 commit comments

Comments
 (0)