mirror of
https://github.com/drygdryg/netbox-plugin-device-map.git
synced 2024-11-26 12:10:54 +03:00
Release version 0.1.3.
This commit is contained in:
parent
43d2e5d33e
commit
03092bcf31
@ -4,7 +4,7 @@ from extras.plugins import PluginConfig
|
|||||||
class DeviceMapConfig(PluginConfig):
|
class DeviceMapConfig(PluginConfig):
|
||||||
name = 'netbox_device_map'
|
name = 'netbox_device_map'
|
||||||
verbose_name = 'Device map'
|
verbose_name = 'Device map'
|
||||||
version = '0.1.2'
|
version = '0.1.3'
|
||||||
author = 'Victor Golovanenko'
|
author = 'Victor Golovanenko'
|
||||||
author_email = 'drygdryg2014@yandex.com'
|
author_email = 'drygdryg2014@yandex.com'
|
||||||
base_url = 'device-map'
|
base_url = 'device-map'
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
version = '0.1.2'
|
version = '0.1.3'
|
||||||
|
|
||||||
with open('README.md', encoding='utf-8') as f:
|
with open('README.md', encoding='utf-8') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user