Skip to content

Commit

Permalink
Merge pull request #416 from peteeckel/release/1.1.3
Browse files Browse the repository at this point in the history
Prepared release 1.1.3
  • Loading branch information
peteeckel authored Oct 2, 2024
2 parents 131e088 + 4aa93a9 commit 0e9ffda
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions netbox-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
version: 0.1
package_name: netbox-plugin-dns
compatibility:
- release: 1.1.3
netbox_min: 4.0.0
netbox_max: 4.1.3
- release: 1.1.2
netbox_min: 4.0.0
netbox_max: 4.1.2
netbox_max: 4.1.3
- release: 1.1.1
netbox_min: 4.0.0
netbox_max: 4.1.2
netbox_max: 4.1.3
- release: 1.1.0
netbox_min: 4.0.0
netbox_max: 4.1.2
netbox_max: 4.1.3
- release: 1.0.7
netbox_min: 4.0.0
netbox_max: 4.1.2
netbox_max: 4.1.3
- release: 1.0.6
netbox_min: 4.0.0
netbox_max: 4.0.9
Expand Down
2 changes: 1 addition & 1 deletion netbox_dns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from netbox_dns.choices import RecordTypeChoices

__version__ = "1.1.2"
__version__ = "1.1.3"


class DNSConfig(PluginConfig):
Expand Down
2 changes: 1 addition & 1 deletion netbox_dns/tests/test_netbox_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class NetBoxDNSVersionTestCase(SimpleTestCase):
def test_version(self):
assert __version__ == "1.1.2"
assert __version__ == "1.1.3"


class AppTest(APITestCase):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netbox-plugin-dns"
version = "1.1.2"
version = "1.1.3"
description = "NetBox DNS is a NetBox plugin for managing DNS data."
authors = [
{name="Peter Eckel", email="pete@netbox-dns.org"},
Expand Down

0 comments on commit 0e9ffda

Please sign in to comment.