Skip to content

Commit 34dcde5

Browse files
authored
Merge pull request #26 from netbox-community/bump
Bump version for PyPI
2 parents 95f089a + 055df78 commit 34dcde5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ systemctl restart netbox
4848

4949
| netbox version | plugin version |
5050
| -------------- | ----------------------------- |
51-
| >= 4.0.0 < 4.1.0 | >= v1.1.2 |
51+
| >= 4.0.0 < 4.1.0 | >= v1.1.3 |
5252
| <= 4.0.0 | = v1.0.0 |
5353

5454
## Dependencies

netbox_reorder_rack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetboxReorderRackConfig(PluginConfig):
55
name = "netbox_reorder_rack"
66
verbose_name = "NetBox Reorder Rack"
77
description = "NetBox plugin to reorder rack layouts."
8-
version = "1.1.2"
8+
version = "1.1.3"
99
base_url = "reorder"
1010

1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="netbox_reorder_rack",
9-
version="1.1.2",
9+
version="1.1.3",
1010
author="Alex Gittings",
1111
author_email="[email protected]",
1212
description="NetBox plugin to reorder rack layouts.",

0 commit comments

Comments
 (0)