Files
netbox-sync/module/__init__.py
T
ricardo.bartels@telekom.de 14408ed9ad bump version to 1.4.0-beta1
2023-02-17 21:27:32 +01:00

16 lines
517 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
#
# netbox-sync.py
#
# This work is licensed under the terms of the MIT license.
# For a copy, see file LICENSE.txt included in this
# repository or visit: <https://opensource.org/licenses/MIT>.
__version__ = "1.4.0-beta1"
__version_date__ = "2023-02-17"
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
__description__ = "NetBox Sync"
__license__ = "MIT"
__url__ = "https://github.com/bb-ricardo/netbox-sync"