Skip to content

Commit aaffedc

Browse files
committed
bump version
1 parent a3d2f35 commit aaffedc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The idea is that an external system uses some assets stored in netbox_inventory,
5656

5757
## Compatibility
5858

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

6262
| NetBox Version | Plugin Version |

netbox_inventory/tests/test_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NetboxInventoryVersionTestCase(SimpleTestCase):
1111
"""
1212

1313
def test_version(self):
14-
assert __version__ == "2.0.2"
14+
assert __version__ == "2.1.0"
1515

1616

1717
class AppTest(APITestCase):

netbox_inventory/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.2'
1+
__version__ = '2.1.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "netbox-inventory"
7-
version = "2.0.2"
7+
version = "2.1.0"
88
authors = [
99
{ name="Matej Vadnjal", email="matej.vadnjal@arnes.si" },
1010
]

0 commit comments

Comments
 (0)