Skip to content

Commit e7b5e93

Browse files
authored
Merge pull request #42 from sys4/release/0.1.8
Prepared Release 0.1.8
2 parents 7c2bddc + 3348b0c commit e7b5e93

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
| 0.1.1-3 | 4.5.0 | 4.5.x |
66
| 0.1.4 | 4.5.4 | 4.5.x |
77
| 0.1.5-7 | 4.5.0 | 4.5.x |
8+
| 0.1.8 | 4.5.0 | 4.5.x, 4.6.0b1 |

netbox_dhcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from netbox.plugins import PluginConfig
44

5-
__version__ = "0.1.7"
5+
__version__ = "0.1.8"
66

77

88
class DHCPConfig(PluginConfig):

netbox_dhcp/tests/test_netbox_dhcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class NetBoxDHCPVersionTestCase(SimpleTestCase):
99
def test_version(self):
10-
assert __version__ == "0.1.7"
10+
assert __version__ == "0.1.8"
1111

1212

1313
class AppTest(APITestCase):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netbox-plugin-dhcp"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "NetBox DHCP is a NetBox plugin for DHCP data."
55
authors = [
66
{name="Peter Eckel", email="pe@sys4.de"},

0 commit comments

Comments
 (0)