Skip to content

Commit

Permalink
Merge pull request #524 from peteeckel/release/1.2.2
Browse files Browse the repository at this point in the history
Prepared release 1.2.2
  • Loading branch information
peteeckel authored Jan 30, 2025
2 parents 3e15224 + f5d1229 commit 23b624b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions netbox-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 0.1
package_name: netbox-plugin-dns
compatibility:
- release: 1.2.2
netbox_min: 4.2.0
netbox_max: 4.2.2
- release: 1.2.1
netbox_min: 4.2.0
netbox_max: 4.2.2
Expand Down
2 changes: 1 addition & 1 deletion netbox_dns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from netbox_dns.choices import RecordTypeChoices, RecordStatusChoices, ZoneStatusChoices

__version__ = "1.2.1"
__version__ = "1.2.2"


def _check_list(setting):
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.2.1"
assert __version__ == "1.2.2"


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.2.1"
version = "1.2.2"
description = "NetBox DNS is a NetBox plugin for managing DNS data."
authors = [
{name="Peter Eckel", email="[email protected]"},
Expand Down

0 comments on commit 23b624b

Please sign in to comment.