Skip to content

Commit d9f52e6

Browse files
authored
Merge pull request #94 from networktocode/dga-release-2.0.0-beta.2
Update version to 2.0.0-beta.2 in develop-2.0
2 parents fa9e365 + b6292f2 commit d9f52e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_onboarding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = "2.0.0-beta.1"
15+
__version__ = "2.0.0-beta.2"
1616

1717
from extras.plugins import PluginConfig
1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ntc-netbox-plugin-onboarding"
3-
version = "2.0.0-beta.1"
3+
version = "2.0.0-beta.2"
44
description = "A plugin for NetBox to easily onboard new devices."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)