Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Oct 4, 2024
1 parent a3d2f35 commit aaffedc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The idea is that an external system uses some assets stored in netbox_inventory,

## Compatibility

This plugin requires netbox version 4.0 to work. Older versions of the plugin
This plugin requires netbox version 4.1 to work. Older versions of the plugin
support older netbox version as per table below:

| NetBox Version | Plugin Version |
Expand Down
2 changes: 1 addition & 1 deletion netbox_inventory/tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NetboxInventoryVersionTestCase(SimpleTestCase):
"""

def test_version(self):
assert __version__ == "2.0.2"
assert __version__ == "2.1.0"


class AppTest(APITestCase):
Expand Down
2 changes: 1 addition & 1 deletion netbox_inventory/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.2'
__version__ = '2.1.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-inventory"
version = "2.0.2"
version = "2.1.0"
authors = [
{ name="Matej Vadnjal", email="[email protected]" },
]
Expand Down

0 comments on commit aaffedc

Please sign in to comment.