Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Dec 13, 2024
1 parent 0ae51a0 commit d5a5641
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 @@ -62,7 +62,7 @@ support older netbox version as per table below:
|----------------|----------------|
| 3.7 | 1.6.x |
| 4.0 | 2.0.x |
| 4.1 | 2.1.x |
| 4.1 | 2.1.x,2.2.x |

## Installing

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.1.0"
assert __version__ == "2.2.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.1.0'
__version__ = '2.2.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.1.0"
version = "2.2.0"
authors = [
{ name="Matej Vadnjal", email="[email protected]" },
]
Expand Down

0 comments on commit d5a5641

Please sign in to comment.