Skip to content

Commit 7fc8a07

Browse files
committed
Set version to 2.0.0b1 for beta release
1 parent 1ebac0a commit 7fc8a07

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2026-02-25
8+
## [2.0.0b1] - 2026-02-25
99

1010
### Added
1111

netbox_custom_objects_tab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetBoxCustomObjectsTabConfig(PluginConfig):
55
name = "netbox_custom_objects_tab"
66
verbose_name = "Custom Objects Tab"
77
description = 'Adds a "Custom Objects" tab to NetBox object detail pages'
8-
version = "2.0.0"
8+
version = "2.0.0b1"
99
author = "Jan Krupa"
1010
author_email = "jan.krupa@cesnet.cz"
1111
base_url = "custom-objects-tab"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "netbox-custom-objects-tab"
7-
version = "2.0.0"
7+
version = "2.0.0b1"
88
description = "NetBox plugin that adds a Custom Objects tab to object detail pages"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)