File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11version : 0.1
22package_name : netbox-plugin-dns
33compatibility :
4+ - release : 1.4.4
5+ netbox_min : 4.3.2
6+ netbox_max : 4.4.6
47 - release : 1.4.3
58 netbox_min : 4.3.2
69 netbox_max : 4.4.6
Original file line number Diff line number Diff line change 44from netbox .plugins import PluginConfig
55from netbox .plugins .utils import get_plugin_config
66
7- __version__ = "1.4.3 "
7+ __version__ = "1.4.4 "
88
99
1010def _check_list (setting ):
Original file line number Diff line number Diff line change 77
88class NetBoxDNSVersionTestCase (SimpleTestCase ):
99 def test_version (self ):
10- assert __version__ == "1.4.3 "
10+ assert __version__ == "1.4.4 "
1111
1212
1313class AppTest (APITestCase ):
Original file line number Diff line number Diff line change 11[project ]
22name = " netbox-plugin-dns"
3- version = " 1.4.3 "
3+ version = " 1.4.4 "
44description = " NetBox DNS is a NetBox plugin for managing DNS data."
55authors = [
66 {
name =
" Peter Eckel" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments