Skip to content

Commit 7567833

Browse files
authored
Merge pull request #61 from netbox-community/feat/release-0-5-0
Release 0.5.0
2 parents c6a00c1 + 68d6698 commit 7567833

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A netbox plugin providing floorplan mapping capability for locations and sites
2424
| 3.5 | >= 0.3.2 |
2525
| 3.6 | >= 0.3.2 |
2626
| 4.0.x | 0.4.1 |
27+
| 4.1.x | 0.5.0 |
2728

2829
## Installing
2930

netbox-plugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 0.1
22
package_name: netbox-floorplan-plugin
33
compatibility:
4+
- release: 0.5.0
5+
netbox_min: 4.1.0
6+
netbox_max: 4.1.7
47
- release: 0.4.1
58
netbox_min: 4.0.2
69
netbox_max: 4.0.11

netbox_floorplan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def get_version(rel_path):
3737
packages=find_packages(),
3838
include_package_data=True,
3939
zip_safe=False,
40-
min_version="4.0.0",
41-
max_version="4.0.99"
40+
min_version="4.1.0",
41+
max_version="4.1.99"
4242
)

0 commit comments

Comments
 (0)